- getAttribute(int) - Method in class cdc.util.data.Element
-
Returns the index-th attribute.
- getAttribute(String) - Method in class cdc.util.data.Element
-
Returns the attribute that has a particular name.
- getAttributeAsBoolean(String, boolean) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a boolean.
- getAttributeAsByte(String, byte) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a byte.
- getAttributeAsDouble(String, double) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a double.
- getAttributeAsEnum(String, Class<E>, E) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as an enum.
- getAttributeAsFloat(String, float) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a float.
- getAttributeAsInt(String, int) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as an int.
- getAttributeAsLong(String, long) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a long.
- getAttributeAsOptionalBoolean(String, Boolean) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalByte(String, Byte) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalDouble(String, Double) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalEnum(String, Class<E>, E) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalFloat(String, Float) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalInt(String, Integer) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalLong(String, Long) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalRawEnum(String, Class<? extends Enum<?>>, Enum<?>) - Method in class cdc.util.data.Element
-
- getAttributeAsOptionalShort(String, Short) - Method in class cdc.util.data.Element
-
- getAttributeAsRawEnum(String, Class<? extends Enum<?>>, Enum<?>) - Method in class cdc.util.data.Element
-
- getAttributeAsShort(String, short) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a short.
- getAttributeFilter() - Method in class cdc.util.data.xml.XmlDataReader
-
- getAttributeIndex(String) - Method in class cdc.util.data.Element
-
Returns the index of the attribute that has a particular name.
- getAttributeNameConverter() - Method in class cdc.util.data.xml.XmlDataReader
-
- getAttributes() - Method in class cdc.util.data.Element
-
- getAttributesCount() - Method in class cdc.util.data.Element
-
- getAttributesCount() - Method in class cdc.util.data.util.DataStats
-
- getAttributeValue(String, String) - Method in class cdc.util.data.Element
-
Returns the value associated to an attribute as a string.
- getAttributeValueConverter() - Method in class cdc.util.data.xml.XmlDataReader
-
- getChildAt(int) - Method in interface cdc.util.data.Parent
-
Return the child at a given, index or null.
- getChildren() - Method in class cdc.util.data.Document
-
- getChildren() - Method in class cdc.util.data.Element
-
- getChildren() - Method in interface cdc.util.data.Parent
-
- getChildren(Class<T>) - Method in interface cdc.util.data.Parent
-
Returns an Iterable of children that are instance of a given class.
- getChildren(Class<T>, Predicate<? super T>) - Method in interface cdc.util.data.Parent
-
Returns an Iterable of children that are instance of a given class and match a predicate.
- getChildrenCount() - Method in interface cdc.util.data.Parent
-
- getChildrenCount(Class<? extends Node>) - Method in interface cdc.util.data.Parent
-
- getContent() - Method in class cdc.util.data.AbstractContentNode
-
- getContentType() - Method in class cdc.util.data.Element
-
- getDescription() - Method in enum cdc.util.data.tools.XmlNormalizer.MainArgs.Feature
-
- getDocument() - Method in class cdc.util.data.AbstractChild
-
- getDocument() - Method in class cdc.util.data.Document
-
- getDocument() - Method in interface cdc.util.data.Node
-
- getElementFilter() - Method in class cdc.util.data.xml.XmlDataReader
-
- getElementNameConverter() - Method in class cdc.util.data.xml.XmlDataReader
-
- getLastChild() - Method in interface cdc.util.data.Parent
-
- getName() - Method in class cdc.util.data.Attribute
-
- getName() - Method in class cdc.util.data.Element
-
- getName() - Method in enum cdc.util.data.tools.XmlNormalizer.MainArgs.Feature
-
- getNodesCount(NodeType) - Method in class cdc.util.data.util.DataStats
-
- getNthChildNamed(String, int) - Method in class cdc.util.data.Element
-
- getParent() - Method in class cdc.util.data.AbstractChild
-
- getParent() - Method in interface cdc.util.data.Child
-
- getRootChild() - Method in class cdc.util.data.AbstractChild
-
- getRootChild() - Method in interface cdc.util.data.Child
-
- getRootElement() - Method in class cdc.util.data.AbstractChild
-
- getRootElement() - Method in class cdc.util.data.Document
-
- getRootElement() - Method in interface cdc.util.data.Node
-
- getSortedAttributes() - Method in class cdc.util.data.Element
-
- getText(String) - Method in class cdc.util.data.Element
-
- getTextAsBoolean(boolean) - Method in class cdc.util.data.Element
-
- getTextAsByte(byte) - Method in class cdc.util.data.Element
-
- getTextAsDouble(double) - Method in class cdc.util.data.Element
-
- getTextAsEnum(Class<E>, E) - Method in class cdc.util.data.Element
-
- getTextAsFloat(float) - Method in class cdc.util.data.Element
-
- getTextAsInt(int) - Method in class cdc.util.data.Element
-
- getTextAsLong(long) - Method in class cdc.util.data.Element
-
- getTextAsShort(short) - Method in class cdc.util.data.Element
-
- getType() - Method in class cdc.util.data.Comment
-
- getType() - Method in class cdc.util.data.Document
-
- getType() - Method in class cdc.util.data.Element
-
- getType() - Method in interface cdc.util.data.Node
-
- getType() - Method in class cdc.util.data.Text
-
- getValue() - Method in class cdc.util.data.Attribute
-
- getValueAsBoolean() - Method in class cdc.util.data.Attribute
-
- getValueAsByte() - Method in class cdc.util.data.Attribute
-
- getValueAsDouble() - Method in class cdc.util.data.Attribute
-
- getValueAsEnum(Class<E>) - Method in class cdc.util.data.Attribute
-
- getValueAsFloat() - Method in class cdc.util.data.Attribute
-
- getValueAsInt() - Method in class cdc.util.data.Attribute
-
- getValueAsLong() - Method in class cdc.util.data.Attribute
-
- getValueAsShort() - Method in class cdc.util.data.Attribute
-
- getXmlWriter() - Method in class cdc.util.data.xml.XmlDataWriter
-