A D E F G N O R S W X

A

addDtds(String[], String[]) - Method in class org.ow2.util.xml.SchemaEntityResolver
Add the mapping between a public Id and the local path of the DTD.

D

DefaultErrorHandler - Class in org.ow2.util.xml
Define an error handler which throw an exception as Digester not (only print stack trace).
DefaultErrorHandler() - Constructor for class org.ow2.util.xml.DefaultErrorHandler
 
DocumentParser - Class in org.ow2.util.xml
Allows to parse an xml file.
DocumentParserException - Exception in org.ow2.util.xml
Exception thrown if there is a failure in the parsing of the given document.
DocumentParserException() - Constructor for exception org.ow2.util.xml.DocumentParserException
Constructs a new runtime exception with null as its detail message.
DocumentParserException(String) - Constructor for exception org.ow2.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message.
DocumentParserException(String, Throwable) - Constructor for exception org.ow2.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message and cause.

E

EmptyEntityResolver - Class in org.ow2.util.xml
This class is used when no validating is required.
EmptyEntityResolver() - Constructor for class org.ow2.util.xml.EmptyEntityResolver
 
error(SAXParseException) - Method in class org.ow2.util.xml.DefaultErrorHandler
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class org.ow2.util.xml.DefaultErrorHandler
Receive notification of a non-recoverable error.

G

getAttributeValue(Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the attribute of the given element.
getChildStringValueForElement(Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the child node with the given name.
getChildValueAsQName(Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Extract a node's child value as a QName.
[base element (declaring the prefix/namespace mapping)] #text-value: "prefix:local-part"
getDocument(File, boolean, EntityResolver) - Static method in class org.ow2.util.xml.DocumentParser
Builds a new Document for a given xml file.
getDocument(URL, boolean, EntityResolver) - Static method in class org.ow2.util.xml.DocumentParser
Builds a new Document for a given xml file.
getDocument(InputStream, boolean, EntityResolver) - Static method in class org.ow2.util.xml.DocumentParser
Builds a new Document for a given xml file.
getDocument(InputSource, boolean, EntityResolver) - Static method in class org.ow2.util.xml.DocumentParser
Builds a new Document for a given xml file.
getDocument(InputSource, boolean, EntityResolver, Collection<String>) - Static method in class org.ow2.util.xml.DocumentParser
Builds a new Document for a given xml file.
getPropertiesValueElement(String, Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns a Properties object matching the given node.
getStringListValueElement(String, Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns a list of value for the given node.
getStringListValueElement(Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns a list of value for the given node.
getStringValueElement(Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the given node.
getStringValueElement(Element, String, boolean) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the given node.
getStringValueElement(String, Element, String) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the given node or null if the node is not found.
getStringValueElement(String, Element, String, boolean) - Static method in class org.ow2.util.xml.XMLUtils
Returns the value of the given node or null if the node is not found.
getURL(String) - Method in class org.ow2.util.xml.SchemaEntityResolver
Gets an URL for a given resource.
getValueAsQName(Element) - Static method in class org.ow2.util.xml.XMLUtils
Extract a node's value as a QName.
[base element (declaring the prefix/namespace mapping)] #text-value: "prefix:local-part"

N

newDocument(boolean) - Static method in class org.ow2.util.xml.XMLUtils
Creates a new empty Document.

O

org.ow2.util.xml - package org.ow2.util.xml
 

R

resolveEntity(String, String) - Method in class org.ow2.util.xml.EmptyEntityResolver
The Parser will call this method before opening any external entity except the top-level document entity.
resolveEntity(String, String) - Method in class org.ow2.util.xml.SchemaEntityResolver
The Parser will call this method before opening any external entity except the top-level document entity.

S

SchemaEntityResolver - Class in org.ow2.util.xml
Entity resolver allowing to find schema within the classloader.
SchemaEntityResolver(String[]) - Constructor for class org.ow2.util.xml.SchemaEntityResolver
Constructor.
SchemaEntityResolver(String[], String[], String[]) - Constructor for class org.ow2.util.xml.SchemaEntityResolver
Constructor.
serialize(OutputStream) - Method in class org.ow2.util.xml.XMLSerializer
Serialize the encapsulated Node into the OutputStream.
serialize(Writer) - Method in class org.ow2.util.xml.XMLSerializer
Serialize the encapsulated Node into the Writer.

W

warning(SAXParseException) - Method in class org.ow2.util.xml.DefaultErrorHandler
Receive notification of a warning.

X

XMLSerializer - Class in org.ow2.util.xml
Serialize a given DOM Node.
XMLSerializer(Node) - Constructor for class org.ow2.util.xml.XMLSerializer
Creates a new XMLSerializer object.
XMLUtils - Class in org.ow2.util.xml
Class with some useful methods on XML document.

A D E F G N O R S W X

Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.