A B C D E F G H I L M N O P Q R S T U X

A

accept(File) - Method in class org.apache.muse.util.xml.XmlFileFilter
 
accept(File) - Method in class org.apache.muse.util.xml.XsdFileFilter
 
addMap(Map) - Method in class org.apache.muse.util.xml.MapNSResolver
 
addMapping(String, String) - Method in class org.apache.muse.util.xml.MapNSResolver
 
ANY_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
ANY_URI_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
ATTRIBUTE_GROUP_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
ATTRIBUTE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

B

BASE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
BOOLEAN_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

C

COMPLEX_CONTENT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
COMPLEX_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
convertToArray(NodeList) - Static method in class org.apache.muse.util.xml.XmlUtils
 
convertToNode(Document, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
Converts an object into its XML representation; this usually means that the object's toString() method is called and the result used to create a DOM Text object.
createDocument() - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(File) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(InputSource) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(InputStream) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(URI) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that converts the given URI to a File and invokes createDocument(File).
createElement(Document, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(Document, QName, Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(Document, QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that creates a new, empty Element; the owner of the Element is EMPTY_DOC.
createElement(QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that creates a new Element with the given value; the owner of the Element is EMPTY_DOC.

D

DATE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DATE_TIME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DOUBLE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DURATION_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

E

ELEMENT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
EMPTY_DOC - Static variable in class org.apache.muse.util.xml.XmlUtils
An empty Document that can be used as a DOM factory for creation of random XML fragments.
equals(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
EXTENSION_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
extractText(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 

F

findFirstInSubTree(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that returns the first Element in the array returned by findInSubTree(Element, QName), if any.
findInSubTree(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches through an entire sub-tree for child Elements whose QName matches the one given.
FLOAT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

G

getAllElements(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllElements(Node, String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllElements(Node, String, String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllNamespaces(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches the given sub-tree and returns all of the namespace URIs that are used to declare the root Element and its child Elements.
getAttribute(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getBaseIdentifier() - Method in class org.apache.muse.util.xml.MapNSResolver
 
getBoolean(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDate(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDocumentRoot(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDouble(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDuration(Date, Date) - Static method in class org.apache.muse.util.xml.XsdUtils
 
getDuration(long) - Static method in class org.apache.muse.util.xml.XsdUtils
 
getDuration(String) - Static method in class org.apache.muse.util.xml.XsdUtils
Parses an xsd:duration string into its time value (in millseconds).
getElement(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that returns the zeroth child Element under the given Node.
getElement(Node, QName, int) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElementQName(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElements(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElementsText(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches a sub-tree for all direct child Elements with the given Qname and returns the text content of those Elements, if any.
getElementText(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches a sub-tree for an Element with the given QName, and then returns its text content, if any.
getFirstElement(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getFloat(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getHashCode(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getInteger(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getLocalTime(String) - Static method in class org.apache.muse.util.xml.XsdUtils
Parses the given XSD date string into a Date object.
getLocalTimeString() - Static method in class org.apache.muse.util.xml.XsdUtils
This is a convenience method that returns the text version of the current time, in standard XSD format.
getLocalTimeString(Date) - Static method in class org.apache.muse.util.xml.XsdUtils
Returns the text version of the given date, in standard XSD format.
getLong(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getNamespaceForPrefix(String) - Method in class org.apache.muse.util.xml.MapNSResolver
 
getNamespaceForPrefix(String, Node) - Method in class org.apache.muse.util.xml.MapNSResolver
 
getQName(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Retrieves the text from the element specified and parses it into a fully-resolved QName.
getQNameFromChild(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Retrieves the text from the child element specified and parses it into a fully-resolved QName.
getShort(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 

H

handlesNullPrefixes() - Method in class org.apache.muse.util.xml.MapNSResolver
 
haveMatchingAttributes(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
haveMatchingChildren(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Recursively compares the children in the Element sub-trees to see if they are of equal name, value, and order.

I

IMPORT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INCLUDE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INTEGER_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
isMatch(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Evaluates the given XPath as a Boolean expression against the given XML.
isMatch(Node, String, Map) - Static method in class org.apache.muse.util.xml.XPathUtils
Evaluates the given XPath as a Boolean expression against the given XML.

L

LONG_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

M

MapNSResolver - Class in org.apache.muse.util.xml
293 - NOTE as the xml nodes are not thread safe we work out the namespaces at the time of declaration of a given xpath and cash the map.
MapNSResolver() - Constructor for class org.apache.muse.util.xml.MapNSResolver
 
MAX_OCCURS - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MIN_OCCURS - Static variable in class org.apache.muse.util.xml.XsdUtils
 
moveSubTree(Node, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Copies all child nodes from the first Element tree into the second Element tree.
moveSubTree(Node, Node, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Copies all child nodes from the first Element tree into the second Element tree inserted before the given context node.
MS_IN_A_DAY - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_HOUR - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_MINUTE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_MONTH - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_YEAR - Static variable in class org.apache.muse.util.xml.XsdUtils
 

N

NAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NAMESPACE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NAMESPACE_URI - Static variable in class org.apache.muse.util.xml.XPathUtils
The XPath 1.0 namespace URI.
NAMESPACE_URI - Static variable in class org.apache.muse.util.xml.XsdUtils
The XML Schema namespace URI.
NC_NAME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NIL_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NILLABLE - Static variable in class org.apache.muse.util.xml.XsdUtils
 

O

org.apache.muse.util.xml - package org.apache.muse.util.xml
 

P

parseQName(String, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Parses the given String into a QName object and resolves the prefix to a namespace URI.
parseSchemaName(String, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
PREFIX - Static variable in class org.apache.muse.util.xml.XsdUtils
 

Q

QNAME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

R

REF - Static variable in class org.apache.muse.util.xml.XsdUtils
 
resolveNamespace(String, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Parses the prefix from the given qualified name and finds the first XML namespace declaration that maps that prefix to a namespace URI.

S

SCHEMA_LOCATION - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SCHEMA_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
select(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Returns the first Node that matches the given XPath expression.
selectNodeList(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Returns a set of all Nodes that match the given XPath expression.
SEQUENCE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
setElement(Element, QName, Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given context node has no child Elements with the given name, one is created; otherwise, the first direct child with the name is used.
setElement(Element, QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given context node has no child Elements with the given name, one is created; otherwise, the first direct child with the name is used.
setElementText(Element, String) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given Element has no text content, a new Text node added with the given text; otherwise, the first Text node will have its value changed to the given text.
setNamespaceAttribute(Element, String, String) - Static method in class org.apache.muse.util.xml.XmlUtils
Adds a new XML namespace declaration attribute to the given Element.
SHORT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SIMPLE_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
STRING_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 

T

TARGET_NS - Static variable in class org.apache.muse.util.xml.XmlUtils
The targetNamespace attribute name.
toFile(Node, File) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that calls toFile(Node, File, boolean) with the last parameter set to "true" (to add the standard XML header to the new XML file).
toFile(Node, File, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
Serializes the given XML sub-tree to the given file.
toString(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that serializes the given XML tree with the XML header and indentation; it is the equivalent of calling toString(Node, boolean) with the last parameter set to "true".
toString(Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that serializes the given XML tree with indentation; the XML header is included if the second parameter is "true".
toString(Node, boolean, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
Serializes the given XML tree to string form, including the standard XML header and indentation if desired.
toString(QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
toXML() - Method in interface org.apache.muse.util.xml.XmlSerializable
Converts this object into an XML representation, as defined by its related schema or specification.
toXML(Document) - Method in interface org.apache.muse.util.xml.XmlSerializable
Converts this object into an XML representation, as defined by its related schema or specification.
TYPE - Static variable in class org.apache.muse.util.xml.XsdUtils
 

U

UNBOUNDED - Static variable in class org.apache.muse.util.xml.XsdUtils
 

X

XML_HEADER - Static variable in class org.apache.muse.util.xml.XmlUtils
The standard XML document header - does not include encoding.
XmlFileFilter - Class in org.apache.muse.util.xml
XmlFileFilter is a file filter used to find XML files (*.xml).
XmlFileFilter() - Constructor for class org.apache.muse.util.xml.XmlFileFilter
 
XMLNS_PREFIX - Static variable in class org.apache.muse.util.xml.XmlUtils
Standard prefix for XML namespace attributes.
XmlSerializable - Interface in org.apache.muse.util.xml
XmlSerializable is an interface for types that can be converted into an XML representation.
XmlUtils - Class in org.apache.muse.util.xml
XmlUtils is a collection of utility methods related to XML parsing and manipulation.
XmlUtils() - Constructor for class org.apache.muse.util.xml.XmlUtils
 
XPathUtils - Class in org.apache.muse.util.xml
XPathUtils is a collection of utility methods related to XPath 1.0.
XPathUtils() - Constructor for class org.apache.muse.util.xml.XPathUtils
 
XsdFileFilter - Class in org.apache.muse.util.xml
XsdFileFilter is a file filter used to find XML Schema files (*.xsd).
XsdFileFilter() - Constructor for class org.apache.muse.util.xml.XsdFileFilter
 
XsdUtils - Class in org.apache.muse.util.xml
XsdUtils is a collection of utility methods related to XML Schema.
XsdUtils() - Constructor for class org.apache.muse.util.xml.XsdUtils
 

A B C D E F G H I L M N O P Q R S T U X

Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.