Uses of Interface
org.jboss.dna.common.text.TextDecoder

Packages that use TextDecoder
org.jboss.dna.common.text A set of utilities for working with text. 
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. 
 

Uses of TextDecoder in org.jboss.dna.common.text
 

Classes in org.jboss.dna.common.text that implement TextDecoder
 class Jsr283Encoder
          Encoder that escapes characters that are not allowed in JCR names.
 class NoOpEncoder
          An encoder implementation that does nothing.
 class UrlEncoder
          An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
 class XmlNameEncoder
          An encoder and decoder for XML element and attribute names.
 class XmlValueEncoder
          An encoder useful for converting text to be used within XML attribute values.
 

Uses of TextDecoder in org.jboss.dna.graph.property
 

Fields in org.jboss.dna.graph.property declared as TextDecoder
static TextDecoder ValueFactory.DEFAULT_DECODER
           
static TextDecoder Path.DEFAULT_DECODER
          The default text decoder to be used when none is otherwise specified.
static TextDecoder Path.JSR283_DECODER
          The text decoder that decodes according to JSR-283.
static TextDecoder Path.NO_OP_DECODER
          The text decoder that does nothing.
static TextDecoder Path.URL_DECODER
          The text decoder that decodes text according to the rules of RFC 2396.
 

Methods in org.jboss.dna.graph.property with parameters of type TextDecoder
 T[] ValueFactory.create(String[] values, TextDecoder decoder)
          Create an array of values from an array of strings, using the supplied decoder.
 Name NameFactory.create(String namespaceUri, String localName, TextDecoder decoder)
          Create a name from the given namespace URI and local name.
 T ValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Path.Segment PathFactory.createSegment(String segmentName, TextDecoder decoder)
          Create a path segment given the supplied segment name.
 

Uses of TextDecoder in org.jboss.dna.graph.property.basic
 

Methods in org.jboss.dna.graph.property.basic that return TextDecoder
 TextDecoder AbstractValueFactory.getDecoder()
          Get the text decoder.
 TextDecoder StandardValueFactories.getTextDecoder()
           
 

Methods in org.jboss.dna.graph.property.basic with parameters of type TextDecoder
 T[] AbstractValueFactory.create(String[] values, TextDecoder decoder)
          Create an array of values from an array of strings, using the supplied decoder.
 Name NameValueFactory.create(String namespaceUri, String localName, TextDecoder decoder)
          Create a name from the given namespace URI and local name.
 UUID UuidValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Reference UuidReferenceValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 URI UriValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 String StringValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Path PathValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Object ObjectValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Name NameValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Long LongValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 DateTime JodaDateTimeValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Double DoubleValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 BigDecimal DecimalValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Boolean BooleanValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Binary AbstractBinaryValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Path.Segment PathValueFactory.createSegment(String segmentName, TextDecoder decoder)
           Create a path segment given the supplied segment name.
 

Constructors in org.jboss.dna.graph.property.basic with parameters of type TextDecoder
BooleanValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
DecimalValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
DoubleValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
InMemoryBinaryValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
JodaDateTimeValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
LongValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
NameValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
ObjectValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory, ValueFactory<Binary> binaryValueFactory)
           
PathValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory, ValueFactory<Name> nameValueFactory)
           
StandardValueFactories(NamespaceRegistry namespaceRegistry, TextDecoder decoder, TextEncoder encoder, ValueFactory<?>... extraFactories)
          Create a standard set of value factories, using the supplied encoder/decoder.
StringValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, TextEncoder encoder)
           
StringValueFactory(TextDecoder decoder, TextEncoder encoder)
           
UriValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
UuidReferenceValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
UuidValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
 

Uses of TextDecoder in org.jboss.dna.graph.xml
 

Fields in org.jboss.dna.graph.xml declared as TextDecoder
static TextDecoder XmlHandler.DEFAULT_DECODER
          Decoder for XML names, to turn '_xHHHH_' sequences in the XML element and attribute names into the corresponding UTF-16 characters.
 

Constructors in org.jboss.dna.graph.xml with parameters of type TextDecoder
XmlHandler(Destination destination, boolean skipRootElement, Path parent, TextDecoder textDecoder, Name nameAttribute, Name typeAttribute, Name typeAttributeValue, XmlHandler.AttributeScoping scoping)
          Create a handler that creates content in the supplied graph
 

Uses of TextDecoder in org.jboss.dna.maven
 

Methods in org.jboss.dna.maven with parameters of type TextDecoder
static MavenUrl MavenUrl.parse(String url, TextDecoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
static MavenUrl MavenUrl.parse(URL url, TextDecoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
 

Uses of TextDecoder in org.jboss.dna.sequencer.xml
 

Fields in org.jboss.dna.sequencer.xml declared as TextDecoder
static TextDecoder XmlSequencerHandler.DEFAULT_DECODER
          Decoder for XML names, to turn '_xHHHH_' sequences in the XML element and attribute names into the corresponding UTF-16 characters.
 



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