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

Packages that use org.jboss.dna.common.text
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.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.maven The classes that make up the Maven classloader system. 
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.common.text
Inflector
          Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
NoOpEncoder
          An encoder implementation that does nothing.
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.ParsingException
          An exception representing a problem during parsing.
TokenStream.Position
          A class that represents the position of a particular character in terms of the lines and columns of a character sequence.
TokenStream.Tokenizer
          Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate 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.xml
TextDecoder
          Interface for components that can decode text.
 

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.sequencer.xml
TextDecoder
          Interface for components that can decode text.
 



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