Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttribute(String, String) - Method in class com.mycila.xmltool.XMLDoc
- addAttribute(String, String) - Method in interface com.mycila.xmltool.XMLTag
-
Create a new attribute for the current node
- addAttribute(Attr) - Method in class com.mycila.xmltool.XMLDoc
- addAttribute(Attr) - Method in interface com.mycila.xmltool.XMLTag
-
Add given attribute to current element
- addCDATA(String) - Method in class com.mycila.xmltool.XMLDoc
- addCDATA(String) - Method in interface com.mycila.xmltool.XMLTag
-
Add a data node under the current node, and jump to the parent node.
- addCDATA(CDATASection) - Method in class com.mycila.xmltool.XMLDoc
- addCDATA(CDATASection) - Method in interface com.mycila.xmltool.XMLTag
-
Add a CDATA note to the current tag
- addDefaultNamespace(String) - Method in class com.mycila.xmltool.XMLDocBuilder
-
Set the default namespace to use in the document declaration.
- addDefaultNamespace(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- addDocument(XMLTag) - Method in class com.mycila.xmltool.XMLDoc
- addDocument(XMLTag) - Method in interface com.mycila.xmltool.XMLTag
-
Inserts another
XMLTag
instance under the current tag. - addDocument(Document) - Method in class com.mycila.xmltool.XMLDoc
- addDocument(Document) - Method in interface com.mycila.xmltool.XMLTag
-
Inserts another
Document
instance under the current tag - addNamespace(String, String) - Method in class com.mycila.xmltool.XMLDoc
- addNamespace(String, String) - Method in class com.mycila.xmltool.XMLDocBuilder
-
Add a namespace to the document that will be created
- addNamespace(String, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- addNamespace(String, String) - Method in interface com.mycila.xmltool.XMLTag
-
Add a namespace to the document
- addRoot(String) - Method in class com.mycila.xmltool.XMLDocBuilder
-
Create a root node for this XML document
- addTag(XMLTag) - Method in class com.mycila.xmltool.XMLDoc
- addTag(XMLTag) - Method in interface com.mycila.xmltool.XMLTag
-
Inserts another
XMLTag
tag hierarchy under the current tag. - addTag(String) - Method in class com.mycila.xmltool.XMLDoc
- addTag(String) - Method in interface com.mycila.xmltool.XMLTag
-
Create a tag under the current location and use it as the current node
- addTag(Element) - Method in class com.mycila.xmltool.XMLDoc
- addTag(Element) - Method in interface com.mycila.xmltool.XMLTag
-
Inserts a
Element
instance and its hierarchy under the current tag - addText(String) - Method in class com.mycila.xmltool.XMLDoc
- addText(String) - Method in interface com.mycila.xmltool.XMLTag
-
Add a text node under the current node, and jump to the parent node.
- addText(Text) - Method in class com.mycila.xmltool.XMLDoc
- addText(Text) - Method in interface com.mycila.xmltool.XMLTag
-
Add a text note to the current tag
- attr(Element) - Method in class com.mycila.xmltool.XMLDoc
C
- cache - Variable in class com.mycila.xmltool.CachedEntityResolver
- CachedEntityResolver - Class in com.mycila.xmltool
- CachedEntityResolver() - Constructor for class com.mycila.xmltool.CachedEntityResolver
- CallBack - Interface in com.mycila.xmltool
- childs(short) - Method in class com.mycila.xmltool.XMLDoc
- childs(Element) - Method in class com.mycila.xmltool.XMLDoc
- clear() - Method in class com.mycila.xmltool.SoftHashMap
- clear() - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- clear() - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- clear() - Method in class com.mycila.xmltool.SoftHashMap.Values
- close(Closeable) - Static method in class com.mycila.xmltool.XMLDocBuilder
- com.mycila.xmltool - package com.mycila.xmltool
- compiled - Variable in class com.mycila.xmltool.XMLDocPath
- contains(Object) - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- contains(Object) - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- contains(Object) - Method in class com.mycila.xmltool.SoftHashMap.Values
- containsKey(Object) - Method in class com.mycila.xmltool.SoftHashMap
- containsNullValue() - Method in class com.mycila.xmltool.SoftHashMap
- containsValue(Object) - Method in class com.mycila.xmltool.SoftHashMap
- create(XMLDocDefinition) - Static method in class com.mycila.xmltool.XMLDocBuilder
- createAttribute(Element, String, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- createCDATA(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- createElement(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- createRoot(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- createText(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- current - Variable in class com.mycila.xmltool.XMLDoc
- currentKey - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
D
- DEFAULT_INITIAL_CAPACITY - Static variable in class com.mycila.xmltool.SoftHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class com.mycila.xmltool.SoftHashMap
- defaultNamespaceDefined() - Method in class com.mycila.xmltool.XMLDocDefinition
- definition - Variable in class com.mycila.xmltool.XMLDoc
- definition - Variable in class com.mycila.xmltool.XMLDocBuilder
- delete() - Method in class com.mycila.xmltool.XMLDoc
- delete() - Method in interface com.mycila.xmltool.XMLTag
-
Delete current tag and its childs.
- deleteAttribute(String) - Method in class com.mycila.xmltool.XMLDoc
- deleteAttribute(String) - Method in interface com.mycila.xmltool.XMLTag
-
Delete an attribute of the current node.
- deleteAttributeIfExists(String) - Method in class com.mycila.xmltool.XMLDoc
- deleteAttributeIfExists(String) - Method in interface com.mycila.xmltool.XMLTag
-
Delete an attribute of the current node, if it exists
- deleteAttributes() - Method in class com.mycila.xmltool.XMLDoc
- deleteAttributes() - Method in interface com.mycila.xmltool.XMLTag
-
Delete all existing attributes of current node
- deleteChilds() - Method in class com.mycila.xmltool.XMLDoc
- deleteChilds() - Method in interface com.mycila.xmltool.XMLTag
-
Delete all existing elements of this node
- deletePrefixes() - Method in class com.mycila.xmltool.XMLDoc
- deletePrefixes() - Method in interface com.mycila.xmltool.XMLTag
-
Remove any prefix and namespaces contained in the tag name, childs and attributes, thus changing namespace and tag name.
- document - Variable in class com.mycila.xmltool.XMLDocDefinition
- duplicate() - Method in class com.mycila.xmltool.XMLDoc
- duplicate() - Method in interface com.mycila.xmltool.XMLTag
E
- entry - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
- Entry(K, V, ReferenceQueue<K>, int, SoftHashMap.Entry<K, V>) - Constructor for class com.mycila.xmltool.SoftHashMap.Entry
- EntryIterator() - Constructor for class com.mycila.xmltool.SoftHashMap.EntryIterator
- entrySet - Variable in class com.mycila.xmltool.SoftHashMap
- entrySet() - Method in class com.mycila.xmltool.SoftHashMap
- EntrySet() - Constructor for class com.mycila.xmltool.SoftHashMap.EntrySet
- eq(Object, Object) - Static method in class com.mycila.xmltool.SoftHashMap
- eq(Object, Object) - Static method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- equals(Object) - Method in class com.mycila.xmltool.SoftHashMap.Entry
- equals(Object) - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- error(TransformerException) - Method in class com.mycila.xmltool.XMLErrorHandler
- error(SAXParseException) - Method in class com.mycila.xmltool.XMLErrorHandler
- errors - Variable in class com.mycila.xmltool.XMLErrorHandler
- eval(XPathExpression, Node, QName) - Method in class com.mycila.xmltool.XMLDocPath
- execute(XMLTag) - Method in interface com.mycila.xmltool.CallBack
- expectedModCount - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
- expungeStaleEntries() - Method in class com.mycila.xmltool.SoftHashMap
F
- fatalError(TransformerException) - Method in class com.mycila.xmltool.XMLErrorHandler
- fatalError(SAXParseException) - Method in class com.mycila.xmltool.XMLErrorHandler
- findAttribute(String) - Method in class com.mycila.xmltool.XMLDoc
- findAttribute(String) - Method in interface com.mycila.xmltool.XMLTag
-
returns the attribute value of the current node or null if the attribute does not exist
- findAttribute(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- findAttribute(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Returns the attribute value of the node pointed by given XPath expression or null if the attribute does not exist
- findNode(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- findNodes(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- forEach(CallBack, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- forEach(CallBack, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an action for each selected tags from the current node.
- forEach(String, CallBack) - Method in class com.mycila.xmltool.XMLDoc
- forEach(String, CallBack) - Method in interface com.mycila.xmltool.XMLTag
- forEachChild(CallBack) - Method in class com.mycila.xmltool.XMLDoc
- forEachChild(CallBack) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an action for each child in the current node.
- from(XMLTag, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(XMLTag, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(File, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(File, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(InputStream, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(InputStream, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(Reader, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(Reader, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(String, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(String, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(URL, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(URL, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(Source, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(Source, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(Node, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(Node, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- from(InputSource, boolean) - Static method in class com.mycila.xmltool.XMLDoc
- from(InputSource, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- fromCurrentTag(XMLTag, boolean) - Static method in class com.mycila.xmltool.XMLDoc
-
Create another
XMLTag
instance from the hierarchy under the current tag. - fromCurrentTag(XMLTag, boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
G
- generatePrefix() - Method in class com.mycila.xmltool.XMLDocDefinition
- get(Object) - Method in class com.mycila.xmltool.SoftHashMap
- getAttribute(String) - Method in class com.mycila.xmltool.XMLDoc
- getAttribute(String) - Method in interface com.mycila.xmltool.XMLTag
-
returns the attribute value of the current node
- getAttribute(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getAttribute(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Returns the attribute value of the node pointed by given XPath expression
- getAttributeNames() - Method in class com.mycila.xmltool.XMLDoc
- getAttributeNames() - Method in interface com.mycila.xmltool.XMLTag
- getCDATA() - Method in class com.mycila.xmltool.XMLDoc
- getCDATA() - Method in interface com.mycila.xmltool.XMLTag
- getCDATA(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getCDATA(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Get the CDATA of a selected node
- getCDATAorText() - Method in class com.mycila.xmltool.XMLDoc
- getCDATAorText() - Method in interface com.mycila.xmltool.XMLTag
- getCDATAorText(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getCDATAorText(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Get the text of a sepcific node
- getChildCount() - Method in class com.mycila.xmltool.XMLDoc
- getChildCount() - Method in interface com.mycila.xmltool.XMLTag
- getChildElement() - Method in class com.mycila.xmltool.XMLDoc
- getChildElement() - Method in interface com.mycila.xmltool.XMLTag
- getChilds() - Method in class com.mycila.xmltool.XMLDoc
- getChilds() - Method in interface com.mycila.xmltool.XMLTag
-
XMLTag tag = XMLDoc.newDocument(true) .addRoot("root").addTag("a") .gotoParent().addTag("b") .gotoParent().addTag("c") .gotoRoot(); assertEquals(tag.getCurrentTagName(), "root"); for (XMLTag xmlTag : tag.getChilds()) { if(xmlTag.getCurrentTagName().equals("b")) { break; } } assertEquals(tag.getCurrentTagName(), "b");
- getChilds(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getChilds(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Create an iterable object over selected elements.
- getContext() - Method in class com.mycila.xmltool.XMLDoc
- getContext() - Method in interface com.mycila.xmltool.XMLTag
- getCurrentTag() - Method in class com.mycila.xmltool.XMLDoc
- getCurrentTag() - Method in interface com.mycila.xmltool.XMLTag
- getCurrentTagLocation() - Method in class com.mycila.xmltool.XMLDoc
- getCurrentTagLocation() - Method in interface com.mycila.xmltool.XMLTag
- getCurrentTagName() - Method in class com.mycila.xmltool.XMLDoc
- getCurrentTagName() - Method in interface com.mycila.xmltool.XMLTag
- getDefaultNamespace() - Method in class com.mycila.xmltool.XMLDocDefinition
- getDocument() - Method in class com.mycila.xmltool.XMLDocDefinition
- getEncoding() - Method in class com.mycila.xmltool.XMLDocDefinition
- getEntry(Object) - Method in class com.mycila.xmltool.SoftHashMap
- getErrorMessages() - Method in interface com.mycila.xmltool.ValidationResult
- getErrorMessages() - Method in class com.mycila.xmltool.XMLErrorHandler
- getErrors() - Method in interface com.mycila.xmltool.ValidationResult
- getErrors() - Method in class com.mycila.xmltool.XMLErrorHandler
- getExpr(String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- getExternalSubset(String, String) - Method in class com.mycila.xmltool.CachedEntityResolver
- getInnerDocument() - Method in class com.mycila.xmltool.XMLDoc
- getInnerDocument() - Method in interface com.mycila.xmltool.XMLTag
- getInnerText() - Method in class com.mycila.xmltool.XMLDoc
- getInnerText() - Method in interface com.mycila.xmltool.XMLTag
- getKey() - Method in class com.mycila.xmltool.SoftHashMap.Entry
- getKey() - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- getMessage(Throwable) - Static method in class com.mycila.xmltool.Utils
- getNamespace(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- getNamespaceURI(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- getPefix(String) - Method in class com.mycila.xmltool.XMLDoc
- getPefix(String) - Method in interface com.mycila.xmltool.XMLTag
-
Get the prefix of a namespace
- getPefixes(String) - Method in class com.mycila.xmltool.XMLDoc
- getPefixes(String) - Method in interface com.mycila.xmltool.XMLTag
-
Get all bound prefixes of a namespace
- getPrefix(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- getPrefixes(String) - Method in class com.mycila.xmltool.XMLDocDefinition
- getRoot() - Method in class com.mycila.xmltool.XMLDocDefinition
- getTable() - Method in class com.mycila.xmltool.SoftHashMap
- getText() - Method in class com.mycila.xmltool.XMLDoc
- getText() - Method in interface com.mycila.xmltool.XMLTag
- getText(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getText(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Get the text of a sepcific node
- getTextOrCDATA() - Method in class com.mycila.xmltool.XMLDoc
- getTextOrCDATA() - Method in interface com.mycila.xmltool.XMLTag
- getTextOrCDATA(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- getTextOrCDATA(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Get the text of a sepcific node
- getValue() - Method in class com.mycila.xmltool.SoftHashMap.Entry
- getValue() - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- getWarningMessages() - Method in interface com.mycila.xmltool.ValidationResult
- getWarningMessages() - Method in class com.mycila.xmltool.XMLErrorHandler
- getWarnings() - Method in interface com.mycila.xmltool.ValidationResult
- getWarnings() - Method in class com.mycila.xmltool.XMLErrorHandler
- getXpath() - Method in class com.mycila.xmltool.XMLDocDefinition
- gotoChild() - Method in class com.mycila.xmltool.XMLDoc
- gotoChild() - Method in interface com.mycila.xmltool.XMLTag
-
Go to the only child element of the curent node.
- gotoChild(int) - Method in class com.mycila.xmltool.XMLDoc
- gotoChild(int) - Method in interface com.mycila.xmltool.XMLTag
-
Go to the Nth child of the curent node.
- gotoChild(String) - Method in class com.mycila.xmltool.XMLDoc
- gotoChild(String) - Method in interface com.mycila.xmltool.XMLTag
-
Go to the child found with given node name
- gotoFirstChild() - Method in class com.mycila.xmltool.XMLDoc
- gotoFirstChild() - Method in interface com.mycila.xmltool.XMLTag
-
Go to the first child element of the curent node.
- gotoFirstChild(String) - Method in class com.mycila.xmltool.XMLDoc
- gotoFirstChild(String) - Method in interface com.mycila.xmltool.XMLTag
-
Go to the first child occurance found having given name
- gotoLastChild() - Method in class com.mycila.xmltool.XMLDoc
- gotoLastChild() - Method in interface com.mycila.xmltool.XMLTag
-
Go to the lastest child element of the curent node.
- gotoLastChild(String) - Method in class com.mycila.xmltool.XMLDoc
- gotoLastChild(String) - Method in interface com.mycila.xmltool.XMLTag
-
Go to the last child occurance found having given name
- gotoParent() - Method in class com.mycila.xmltool.XMLDoc
- gotoParent() - Method in interface com.mycila.xmltool.XMLTag
-
Go to parent tag.
- gotoRoot() - Method in class com.mycila.xmltool.XMLDoc
- gotoRoot() - Method in interface com.mycila.xmltool.XMLTag
-
Go to document root tag
- gotoTag(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- gotoTag(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Go to a specific node
H
- hasAttribute(String) - Method in class com.mycila.xmltool.XMLDoc
- hasAttribute(String) - Method in interface com.mycila.xmltool.XMLTag
-
Check wheter current tag contains an atribute
- hasAttribute(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- hasAttribute(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Check if targeted tag has an attribute of given name
- hasError() - Method in interface com.mycila.xmltool.ValidationResult
- hasError() - Method in class com.mycila.xmltool.XMLErrorHandler
- hash - Variable in class com.mycila.xmltool.SoftHashMap.Entry
- hash(int) - Static method in class com.mycila.xmltool.SoftHashMap
- hash(Object) - Static method in class com.mycila.xmltool.SoftHashMap
- hashCode() - Method in class com.mycila.xmltool.SoftHashMap.Entry
- hashCode() - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- HashIterator() - Constructor for class com.mycila.xmltool.SoftHashMap.HashIterator
- hasNext() - Method in class com.mycila.xmltool.IteratorAdapter
- hasNext() - Method in class com.mycila.xmltool.SoftHashMap.HashIterator
- hasTag(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- hasTag(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Check if a tag exist in the document
- hasWarning() - Method in interface com.mycila.xmltool.ValidationResult
- hasWarning() - Method in class com.mycila.xmltool.XMLErrorHandler
I
- ignoreNamespaces - Variable in class com.mycila.xmltool.XMLDocDefinition
- index - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
- indexFor(int, int) - Static method in class com.mycila.xmltool.SoftHashMap
- instance - Static variable in class com.mycila.xmltool.CachedEntityResolver
- isElement(Node) - Method in class com.mycila.xmltool.XMLDoc
- isEmpty() - Method in class com.mycila.xmltool.SoftHashMap
- isIgnoreNamespaces() - Method in class com.mycila.xmltool.XMLDocDefinition
- iterator - Variable in class com.mycila.xmltool.IteratorAdapter
- iterator() - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- iterator() - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- iterator() - Method in class com.mycila.xmltool.SoftHashMap.Values
- IteratorAdapter - Class in com.mycila.xmltool
- IteratorAdapter(XMLDoc, Iterator<Element>) - Constructor for class com.mycila.xmltool.IteratorAdapter
K
- key - Variable in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- KeyIterator() - Constructor for class com.mycila.xmltool.SoftHashMap.KeyIterator
- keySet - Variable in class com.mycila.xmltool.SoftHashMap
- keySet() - Method in class com.mycila.xmltool.SoftHashMap
- KeySet() - Constructor for class com.mycila.xmltool.SoftHashMap.KeySet
L
- lastReturned - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
- loadFactor - Variable in class com.mycila.xmltool.SoftHashMap
- logError(Throwable) - Method in class com.mycila.xmltool.XMLErrorHandler
- logWarning(Throwable) - Method in class com.mycila.xmltool.XMLErrorHandler
M
- maskNull(Object) - Static method in class com.mycila.xmltool.SoftHashMap
- MAXIMUM_CAPACITY - Static variable in class com.mycila.xmltool.SoftHashMap
- messages(List<Throwable>) - Method in class com.mycila.xmltool.XMLErrorHandler
- modCount - Variable in class com.mycila.xmltool.SoftHashMap
N
- namespaces - Variable in class com.mycila.xmltool.XMLDocDefinition
- needsNormalization(String) - Static method in class com.mycila.xmltool.XMLDocBuilder
- newDocument(boolean) - Static method in class com.mycila.xmltool.XMLDoc
- newDocument(boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- newDocumentBuilder(boolean) - Static method in class com.mycila.xmltool.XMLDocBuilder
- next - Variable in class com.mycila.xmltool.SoftHashMap.Entry
- next() - Method in class com.mycila.xmltool.IteratorAdapter
- next() - Method in class com.mycila.xmltool.SoftHashMap.EntryIterator
- next() - Method in class com.mycila.xmltool.SoftHashMap.KeyIterator
- next() - Method in class com.mycila.xmltool.SoftHashMap.ValueIterator
- nextEntry() - Method in class com.mycila.xmltool.SoftHashMap.HashIterator
- nextKey - Variable in class com.mycila.xmltool.SoftHashMap.HashIterator
- normalize() - Method in class com.mycila.xmltool.XMLDocDefinition
- notEmpty(String, String) - Static method in class com.mycila.xmltool.Utils
- notNull(String, Object) - Static method in class com.mycila.xmltool.Utils
- NULL_KEY - Static variable in class com.mycila.xmltool.SoftHashMap
O
- old - Variable in class com.mycila.xmltool.IteratorAdapter
P
- put(K, V) - Method in class com.mycila.xmltool.SoftHashMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.mycila.xmltool.SoftHashMap
Q
- queue - Variable in class com.mycila.xmltool.SoftHashMap
R
- rawXpathBoolean(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- rawXpathBoolean(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an XPath expression directly using the Java XPath API, from the current node.
- rawXpathBoolean(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- rawXpathNode(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- rawXpathNode(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an XPath expression directly using the Java XPath API, from the current node.
- rawXpathNode(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- rawXpathNodeSet(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- rawXpathNodeSet(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an XPath expression directly using the Java XPath API, from the current node.
- rawXpathNodeSet(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- rawXpathNumber(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- rawXpathNumber(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an XPath expression directly using the Java XPath API, from the current node.
- rawXpathNumber(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- rawXpathString(String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- rawXpathString(String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Execute an XPath expression directly using the Java XPath API, from the current node.
- rawXpathString(Node, String, Object...) - Method in class com.mycila.xmltool.XMLDocPath
- read(String) - Method in class com.mycila.xmltool.CachedEntityResolver
- readNamespaces() - Method in class com.mycila.xmltool.XMLDocDefinition
- remove() - Method in class com.mycila.xmltool.IteratorAdapter
- remove() - Method in class com.mycila.xmltool.SoftHashMap.HashIterator
- remove(Object) - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- remove(Object) - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- remove(Object) - Method in class com.mycila.xmltool.SoftHashMap
- removeMapping(Object) - Method in class com.mycila.xmltool.SoftHashMap
- rename(Attr, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- rename(Element, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- rename(Element, String, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- renameTo(String) - Method in class com.mycila.xmltool.XMLDoc
- renameTo(String) - Method in interface com.mycila.xmltool.XMLTag
-
Replace current element name by another name
- renameWithoutNS(Attr, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- renameWithoutNS(Element, String) - Method in class com.mycila.xmltool.XMLDocDefinition
- resetNamespaces() - Method in class com.mycila.xmltool.XMLDocDefinition
- resize(int) - Method in class com.mycila.xmltool.SoftHashMap
- resolveEntity(String, String) - Method in class com.mycila.xmltool.CachedEntityResolver
- resolveEntity(String, String, String, String) - Method in class com.mycila.xmltool.CachedEntityResolver
- root - Variable in class com.mycila.xmltool.XMLDocDefinition
S
- setAttribute(String, String) - Method in class com.mycila.xmltool.XMLDoc
- setAttribute(String, String) - Method in interface com.mycila.xmltool.XMLTag
-
Sets the new value on an existign attribute, and remains on the current tag.
- setAttribute(String, String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setAttribute(String, String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Sets the new value on a targetted node's attribute, and remains on the current tag.
- setAttributeIfExist(String, String) - Method in class com.mycila.xmltool.XMLDoc
- setAttributeIfExist(String, String) - Method in interface com.mycila.xmltool.XMLTag
-
Sets the new value on an attribute, and remains on the current tag.
- setAttributeIfExist(String, String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setAttributeIfExist(String, String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Sets the new value on a targetted node's attribute, and remains on the current tag.
- setCDATA(String) - Method in class com.mycila.xmltool.XMLDoc
- setCDATA(String) - Method in interface com.mycila.xmltool.XMLTag
-
Set the cdata in the current node.
- setCDATA(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setCDATA(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Set the cdata in the targetted node.
- setCDATAIfExist(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setCDATAIfExist(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Set the cdata in the targetted node.
- setText(String) - Method in class com.mycila.xmltool.XMLDoc
- setText(String) - Method in interface com.mycila.xmltool.XMLTag
-
Set the text in the current node.
- setText(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setText(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Set the text in the targetted node.
- setTextIfExist(String, String, Object...) - Method in class com.mycila.xmltool.XMLDoc
- setTextIfExist(String, String, Object...) - Method in interface com.mycila.xmltool.XMLTag
-
Set the text in the targetted node.
- setValue(V) - Method in class com.mycila.xmltool.SoftHashMap.Entry
- setValue(V) - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- SimpleEntry(Map.Entry<K, V>) - Constructor for class com.mycila.xmltool.SoftHashMap.SimpleEntry
- SimpleEntry(K, V) - Constructor for class com.mycila.xmltool.SoftHashMap.SimpleEntry
- size - Variable in class com.mycila.xmltool.SoftHashMap
- size() - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- size() - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- size() - Method in class com.mycila.xmltool.SoftHashMap
- size() - Method in class com.mycila.xmltool.SoftHashMap.Values
- SoftHashMap<K,
V> - Class in com.mycila.xmltool - SoftHashMap() - Constructor for class com.mycila.xmltool.SoftHashMap
- SoftHashMap(int) - Constructor for class com.mycila.xmltool.SoftHashMap
- SoftHashMap(int, float) - Constructor for class com.mycila.xmltool.SoftHashMap
- SoftHashMap(Map<? extends K, ? extends V>) - Constructor for class com.mycila.xmltool.SoftHashMap
- SoftHashMap.Entry<K,
V> - Class in com.mycila.xmltool - SoftHashMap.EntryIterator - Class in com.mycila.xmltool
- SoftHashMap.EntrySet - Class in com.mycila.xmltool
- SoftHashMap.HashIterator<T> - Class in com.mycila.xmltool
- SoftHashMap.KeyIterator - Class in com.mycila.xmltool
- SoftHashMap.KeySet - Class in com.mycila.xmltool
- SoftHashMap.SimpleEntry<K,
V> - Class in com.mycila.xmltool - SoftHashMap.ValueIterator - Class in com.mycila.xmltool
- SoftHashMap.Values - Class in com.mycila.xmltool
T
- table - Variable in class com.mycila.xmltool.SoftHashMap
- threshold - Variable in class com.mycila.xmltool.SoftHashMap
- throwExceptionOnError - Variable in class com.mycila.xmltool.XMLErrorHandler
- toArray() - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- toArray() - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- toArray() - Method in class com.mycila.xmltool.SoftHashMap.Values
- toArray(T[]) - Method in class com.mycila.xmltool.SoftHashMap.EntrySet
- toArray(T[]) - Method in class com.mycila.xmltool.SoftHashMap.KeySet
- toArray(T[]) - Method in class com.mycila.xmltool.SoftHashMap.Values
- toBytes() - Method in class com.mycila.xmltool.XMLDoc
- toBytes() - Method in interface com.mycila.xmltool.XMLTag
- toBytes(String) - Method in class com.mycila.xmltool.XMLDoc
- toBytes(String) - Method in interface com.mycila.xmltool.XMLTag
- toDocument() - Method in class com.mycila.xmltool.XMLDoc
- toDocument() - Method in interface com.mycila.xmltool.XMLTag
- toOutputStream() - Method in class com.mycila.xmltool.XMLDoc
- toOutputStream() - Method in interface com.mycila.xmltool.XMLTag
- toOutputStream(String) - Method in class com.mycila.xmltool.XMLDoc
- toOutputStream(String) - Method in interface com.mycila.xmltool.XMLTag
- toResult() - Method in class com.mycila.xmltool.XMLDoc
- toResult() - Method in interface com.mycila.xmltool.XMLTag
- toResult(String) - Method in class com.mycila.xmltool.XMLDoc
- toResult(String) - Method in interface com.mycila.xmltool.XMLTag
- toResult(Result) - Method in class com.mycila.xmltool.XMLDoc
- toResult(Result) - Method in interface com.mycila.xmltool.XMLTag
-
Converts this document to the result provided
- toResult(Result, String) - Method in class com.mycila.xmltool.XMLDoc
- toResult(Result, String) - Method in interface com.mycila.xmltool.XMLTag
-
Converts this document to the result provided, overriding default encoding of xml document
- toSource() - Method in class com.mycila.xmltool.XMLDoc
- toSource() - Method in interface com.mycila.xmltool.XMLTag
- toStream(OutputStream) - Method in class com.mycila.xmltool.XMLDoc
- toStream(OutputStream) - Method in interface com.mycila.xmltool.XMLTag
-
Write this document to a stream
- toStream(OutputStream, String) - Method in class com.mycila.xmltool.XMLDoc
- toStream(OutputStream, String) - Method in interface com.mycila.xmltool.XMLTag
-
Write this document to a stream
- toStream(Writer) - Method in class com.mycila.xmltool.XMLDoc
- toStream(Writer) - Method in interface com.mycila.xmltool.XMLTag
-
Write this document to a stream
- toStream(Writer, String) - Method in class com.mycila.xmltool.XMLDoc
- toStream(Writer, String) - Method in interface com.mycila.xmltool.XMLTag
-
Write this document to a stream
- toString() - Method in class com.mycila.xmltool.SoftHashMap.Entry
- toString() - Method in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- toString() - Method in class com.mycila.xmltool.XMLDoc
- toString() - Method in interface com.mycila.xmltool.XMLTag
- toString(String) - Method in class com.mycila.xmltool.XMLDoc
- toString(String) - Method in interface com.mycila.xmltool.XMLTag
- toWriter() - Method in class com.mycila.xmltool.XMLDoc
- toWriter() - Method in interface com.mycila.xmltool.XMLTag
- toWriter(String) - Method in class com.mycila.xmltool.XMLDoc
- toWriter(String) - Method in interface com.mycila.xmltool.XMLTag
- transfer(SoftHashMap.Entry<K, V>[], SoftHashMap.Entry<K, V>[]) - Method in class com.mycila.xmltool.SoftHashMap
U
- unmaskNull(Object) - Static method in class com.mycila.xmltool.SoftHashMap
- Utils - Class in com.mycila.xmltool
- Utils() - Constructor for class com.mycila.xmltool.Utils
V
- validate(URL...) - Method in class com.mycila.xmltool.XMLDoc
- validate(URL...) - Method in interface com.mycila.xmltool.XMLTag
-
Validate this document against specifief schemas
- validate(Source...) - Method in class com.mycila.xmltool.XMLDoc
- validate(Source...) - Method in interface com.mycila.xmltool.XMLTag
-
Validate this document against specifief schemas
- validate(Document, URL...) - Static method in class com.mycila.xmltool.Utils
- validate(Document, Source...) - Static method in class com.mycila.xmltool.Utils
- ValidationResult - Interface in com.mycila.xmltool
- value - Variable in class com.mycila.xmltool.SoftHashMap.Entry
- value - Variable in class com.mycila.xmltool.SoftHashMap.SimpleEntry
- ValueIterator() - Constructor for class com.mycila.xmltool.SoftHashMap.ValueIterator
- values - Variable in class com.mycila.xmltool.SoftHashMap
- values() - Method in class com.mycila.xmltool.SoftHashMap
- Values() - Constructor for class com.mycila.xmltool.SoftHashMap.Values
W
- warning(TransformerException) - Method in class com.mycila.xmltool.XMLErrorHandler
- warning(SAXParseException) - Method in class com.mycila.xmltool.XMLErrorHandler
- warnings - Variable in class com.mycila.xmltool.XMLErrorHandler
X
- xmlDoc - Variable in class com.mycila.xmltool.IteratorAdapter
- XMLDoc - Class in com.mycila.xmltool
- XMLDoc(XMLDocDefinition) - Constructor for class com.mycila.xmltool.XMLDoc
- XMLDocBuilder - Class in com.mycila.xmltool
- XMLDocBuilder(XMLDocDefinition) - Constructor for class com.mycila.xmltool.XMLDocBuilder
- XMLDocDefinition - Class in com.mycila.xmltool
- XMLDocDefinition(Node, boolean) - Constructor for class com.mycila.xmltool.XMLDocDefinition
- XMLDocPath - Class in com.mycila.xmltool
- XMLDocPath(XMLDocDefinition) - Constructor for class com.mycila.xmltool.XMLDocPath
- XMLDocumentException - Exception Class in com.mycila.xmltool
- XMLDocumentException(String, Object...) - Constructor for exception class com.mycila.xmltool.XMLDocumentException
- XMLDocumentException(String, Throwable) - Constructor for exception class com.mycila.xmltool.XMLDocumentException
- XMLErrorHandler - Class in com.mycila.xmltool
- XMLErrorHandler() - Constructor for class com.mycila.xmltool.XMLErrorHandler
- XMLErrorHandler(boolean) - Constructor for class com.mycila.xmltool.XMLErrorHandler
- XMLTag - Interface in com.mycila.xmltool
-
Enables you to build, parse, navigate, modify XML documents through a simple and intuitive fluent interface.
- xpath - Variable in class com.mycila.xmltool.XMLDocDefinition
- xpath - Variable in class com.mycila.xmltool.XMLDocPath
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form