- get(int) - Method in class org.restlet.ext.xml.NodeList
-
- getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a boolean.
- getDocument() - Method in class org.restlet.ext.xml.DomRepresentation
-
Returns the wrapped DOM document.
- getDocument() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the XML representation as a DOM document.
- getDocumentBuilder() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a document builder properly configured.
- getDomSource() - Method in class org.restlet.ext.xml.DomRepresentation
-
Returns a DOM source.
- getDomSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a DOM source.
- getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
-
- getErrorHandler() - Method in class org.restlet.ext.xml.XmlRepresentation
-
- getErrorListener() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the transformer's error listener.
- getIndentStep() - Method in class org.restlet.ext.xml.XmlWriter
-
Return the current indent step.
- getInputSource() - Method in class org.restlet.ext.xml.DomRepresentation
-
- getInputSource() - Method in class org.restlet.ext.xml.SaxRepresentation
-
- getInputSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the XML representation as a SAX input source.
- getLength() - Method in class org.restlet.ext.xml.NodeList
- getMode() - Method in class org.restlet.ext.xml.Transformer
-
Returns the transformation mode.
- getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the map of namespaces.
- getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getNode(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a DOM Node.
- getNodes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a DOM NodeList.
- getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a number.
- getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
-
- getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the modifiable map of JAXP transformer output properties.
- getParameters() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the modifiable map of JAXP transformer parameters.
- getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getPrefix(String) - Method in class org.restlet.ext.xml.XmlWriter
-
Get the current or preferred prefix for a Namespace URI.
- getPrefixes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getResultCharacterSet() - Method in class org.restlet.ext.xml.Transformer
-
Returns the character set of the result representation.
- getResultEncodings() - Method in class org.restlet.ext.xml.Transformer
-
Returns the modifiable list of encodings of the result representation.
- getResultLanguages() - Method in class org.restlet.ext.xml.Transformer
-
Returns the modifiable list of languages of the result representation.
- getResultMediaType() - Method in class org.restlet.ext.xml.Transformer
-
Returns the media type of the result representation.
- getSaxSource() - Method in class org.restlet.ext.xml.SaxRepresentation
-
- getSaxSource() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX source associated to the source representation.
- getSaxSource(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a SAX source.
- getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a SAX source.
- getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Return the possibly null
Schema to use for
this type of XML representations.
- getSourceRepresentation() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the source representation to transform.
- getStreamSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a stream of XML markup.
- getTemplates() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the templates to be used and reused.
- getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a string.
- getTransformer() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns a new transformer to be used.
- getTransformerHandler() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX transformer handler associated to the transform sheet.
- getTransformSheet() - Method in class org.restlet.ext.xml.Transformer
-
Returns the XSLT transform sheet to apply to message entities.
- getTransformSheet() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the XSLT transform sheet to apply to the source representation.
- getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the URI resolver.
- getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
-
- getWriter() - Method in class org.restlet.ext.xml.XmlWriter
-
Returns the underlying writer.
- getXmlFilter() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX XML filter applying the transform sheet to its input.
- SaxRepresentation - Class in org.restlet.ext.xml
-
XML representation for SAX events processing.
- SaxRepresentation() - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Default constructor.
- SaxRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
-
- setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser should be coalescing text.
- setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
-
- setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
-
Sets the wrapped DOM document.
- setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set the
EntityResolver to use when resolving external entity
references encountered in this type of XML representations.
- setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set the
ErrorHandler to use when signaling SAX event exceptions.
- setErrorListener(ErrorListener) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the transformer's error listener.
- setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will expand entity reference nodes.
- setIgnoringComments(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore comments.
- setIgnoringExtraWhitespaces(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore extra white spaces in element
content.
- setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
-
Indicates if the XML serialization should be indented.
- setIndentStep(int) - Method in class org.restlet.ext.xml.XmlWriter
-
Set the current indent step.
- setMode(int) - Method in class org.restlet.ext.xml.Transformer
-
Sets the transformation mode.
- setNamespaceAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if processing is namespace aware.
- setNamespaces(Map<String, String>) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Sets the map of namespaces.
- setOutput(Writer) - Method in class org.restlet.ext.xml.XmlWriter
-
Set a new output destination for the document.
- setOutputProperties(Map<String, String>) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the modifiable map of JAXP transformer output properties.
- setParameters(Map<String, Object>) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the JAXP transformer parameters.
- setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
-
Specify a preferred prefix for a Namespace URI.
- setResultCharacterSet(CharacterSet) - Method in class org.restlet.ext.xml.Transformer
-
Sets the character set of the result representation.
- setResultEncodings(List<Encoding>) - Method in class org.restlet.ext.xml.Transformer
-
Sets the encodings of the result representation.
- setResultLanguages(List<Language>) - Method in class org.restlet.ext.xml.Transformer
-
Sets the languages of the result representation.
- setResultMediaType(MediaType) - Method in class org.restlet.ext.xml.Transformer
-
Sets the media type of the result representation.
- setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
-
- setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set a (compiled)
Schema to use when parsing
and validating this type of XML representations.
- setSchema(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set a schema representation to be compiled and used when parsing and
validating this type of XML representations.
- setSecureProcessing(boolean) - Method in class org.restlet.ext.xml.SaxRepresentation
-
Indicates if it limits potential XML overflow attacks.
- setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the source representation to transform.
- setTemplates(Templates) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the templates to be used and reused.
- setTransformSheet(Representation) - Method in class org.restlet.ext.xml.Transformer
-
Sets the XSLT transform sheet to apply to message entities.
- setTransformSheet(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the XSLT transform sheet to apply to message entities.
- setUriResolver(URIResolver) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the URI resolver.
- setValidatingDtd(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for validating this type of XML representations
against an XML schema if one is referenced within the contents.
- setXIncludeAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- size() - Method in class org.restlet.ext.xml.NodeList
-
- startDocument() - Method in class org.restlet.ext.xml.XmlWriter
-
Write the XML declaration at the beginning of the document.
- startElement(String) - Method in class org.restlet.ext.xml.XmlWriter
-
Start a new element without a qname, attributes or a Namespace URI.
- startElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
-
Start a new element without a qname or attributes.
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
-
Write a start tag.