Uses of Package
org.jboss.dna.common.text

Packages that use org.jboss.dna.common.text
org.jboss.dna.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.jboss.dna.common.text A set of utilities for working with text. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.connector.federation JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.jboss.dna.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
org.jboss.dna.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.jboss.dna.graph.xml Graph content can often be represented in XML, so this part of the JBoss DNA Graph API defines the classes that provide the binding between graph and XML content. 
org.jboss.dna.jcr.xpath   
org.jboss.dna.maven The classes that make up the Maven classloader system. 
org.jboss.dna.search.lucene   
org.jboss.dna.sequencer.ddl   
org.jboss.dna.sequencer.ddl.datatype   
org.jboss.dna.sequencer.ddl.dialect.oracle   
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.cnd
ParsingException
          An exception representing a problem during parsing of text.
TokenStream.CharacterStream
          Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens
          A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.common.text
FilenameEncoder
          An encoder useful for converting text to be used within a filename on common file systems and operating systems, including Linux, OS X, and Windows XP.
Inflector
          Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
NoOpEncoder
          An encoder implementation that does nothing.
ParsingException
          An exception representing a problem during parsing of text.
Position
          A class that represents the position of a particular character in terms of the lines and columns of a character sequence.
TextDecoder
          Interface for components that can decode text.
TextEncoder
          Interface for components that can encode text.
TokenStream
          A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
TokenStream.BasicTokenizer
          A basic TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.
TokenStream.CharacterStream
          Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Token
          The interface defining a token, which references the characters in the actual input character stream.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens
          A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
UrlEncoder
          An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph.connector.federation
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph.property
TextDecoder
          Interface for components that can decode text.
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph.property.basic
TextDecoder
          Interface for components that can decode text.
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph.query.parse
ParsingException
          An exception representing a problem during parsing of text.
TokenStream
          A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
TokenStream.CharacterStream
          Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens
          A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.graph.xml
TextDecoder
          Interface for components that can decode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.jcr.xpath
ParsingException
          An exception representing a problem during parsing of text.
TokenStream.CharacterStream
          Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens
          A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.maven
TextDecoder
          Interface for components that can decode text.
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.search.lucene
TextEncoder
          Interface for components that can encode text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.sequencer.ddl
ParsingException
          An exception representing a problem during parsing of text.
Position
          A class that represents the position of a particular character in terms of the lines and columns of a character sequence.
TokenStream
          A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
TokenStream.CharacterStream
          Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens
          A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.sequencer.ddl.datatype
ParsingException
          An exception representing a problem during parsing of text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.sequencer.ddl.dialect.oracle
ParsingException
          An exception representing a problem during parsing of text.
 

Classes in org.jboss.dna.common.text used by org.jboss.dna.sequencer.xml
TextDecoder
          Interface for components that can decode text.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.