Index

C D E G N P S T U X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

com.aeontronix.commons.xml - package com.aeontronix.commons.xml
 
convertDate(Date) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
convertDate(XMLGregorianCalendar) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createDocument() - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createDocument(boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createElement(String, Node, Object...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createElementTreeWalker(Node) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createElementTreeWalker(Node, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createElementTreeWalker(Node, NodeFilter, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createNSElement(String, String, String, Node, Object...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createNSElement(String, Node, Object...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createSchema(Reader) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createSchema(Source...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createSchema(LSResourceResolver, Source...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
createTreeWalker(Node, int) - Static method in class com.aeontronix.commons.xml.XmlUtils
As calling XmlUtils.createTreeWalker(org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean) with nodeFilter=null, entityReferenceExpansion=true }
createTreeWalker(Node, int, NodeFilter, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 

D

DF_NSAWARE - Static variable in class com.aeontronix.commons.xml.XmlUtils
 

E

evalXPath(String, Node, QName) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPath(String, InputSource, QName) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathBoolean(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathBoolean(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathElement(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathElement(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathElements(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathElements(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathNode(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathNode(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathNodes(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathNodes(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathString(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathString(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathTextElements(String, Node) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
evalXPathTextElements(String, InputSource) - Static method in class com.aeontronix.commons.xml.XPathUtils
 

G

getChild(Node, String) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getChild(Node, String, String) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getChildElement(Node, String, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
Search for a child element, with the option to automatically create it if the create flag is true.
getChildElement(Node, String, String, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
Search for a child element, with the option to automatically create it if the create flag is true.
getChildNodes(Node, Class<X>) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDocumentBuilder() - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDocumentBuilder(boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDocumentBuilderFactory() - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDocumentBuilderFactory(boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDocumentBuilderFactory(boolean, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getDomImplRegistry() - Static method in class com.aeontronix.commons.xml.XmlUtils
 
getSiblingNumber(Node) - Static method in class com.aeontronix.commons.xml.XmlUtils
Calculate how many previous siblings of the same node type exists, and return that value plus one.
getXPath(Node) - Static method in class com.aeontronix.commons.xml.XmlUtils
Return an xpath expression that matches the provided node.

N

newXPath(String) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
newXPath(String, Map<String, String>) - Static method in class com.aeontronix.commons.xml.XPathUtils
 
newXPathFactory() - Static method in class com.aeontronix.commons.xml.XPathUtils
 

P

parse(byte[]) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(byte[], boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(File) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(File, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(InputStream) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(InputStream, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(Reader) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(Reader, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(String) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(String, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(URI) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
parse(URI, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 

S

serialize(Node, OutputStream) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
serialize(Node, OutputStream, boolean, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
serialize(Node, Writer) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
serialize(Node, Writer, boolean, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
setAttributes(Element, Object...) - Static method in class com.aeontronix.commons.xml.XmlUtils
 

T

toClonedElementList(NodeList, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
Clone all the nodes contains in the provided node list, assuming they are of type Element, and return them in a List.
toClonedList(NodeList, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
Clone all the nodes contains in the provided node list, and return them in a List.
toElementList(NodeList) - Static method in class com.aeontronix.commons.xml.XmlUtils
Clone all the nodes contains in the provided node list, assuming they are of type Element, and return them in a List.
toList(NamedNodeMap) - Static method in class com.aeontronix.commons.xml.XmlUtils
Convert a NamedNodeMap contains attribute nodes Attr
toList(NodeList) - Static method in class com.aeontronix.commons.xml.XmlUtils
Convert a NodeList to a List
toString(Node) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
toString(Node, boolean, boolean) - Static method in class com.aeontronix.commons.xml.XmlUtils
 
toTextContent(List<Node>) - Static method in class com.aeontronix.commons.xml.XPathUtils
 

U

UnexpectedXmlException - Exception Class in com.aeontronix.commons.xml
 
UnexpectedXmlException() - Constructor for exception class com.aeontronix.commons.xml.UnexpectedXmlException
 
UnexpectedXmlException(String) - Constructor for exception class com.aeontronix.commons.xml.UnexpectedXmlException
 
UnexpectedXmlException(String, Throwable) - Constructor for exception class com.aeontronix.commons.xml.UnexpectedXmlException
 
UnexpectedXmlException(Throwable) - Constructor for exception class com.aeontronix.commons.xml.UnexpectedXmlException
 

X

XmlUtils - Class in com.aeontronix.commons.xml
Various XML related utility functions
XmlUtils() - Constructor for class com.aeontronix.commons.xml.XmlUtils
 
XPathUtils - Class in com.aeontronix.commons.xml
Various XPath related utility functions
XPathUtils() - Constructor for class com.aeontronix.commons.xml.XPathUtils
 
C D E G N P S T U X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form