Class Node
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Node>
,Collection<Node>
,List<Node>
,RandomAccess
- Direct Known Subclasses:
NodeMapper
- Author:
- victort
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
static class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final boolean
protected int
protected final int
static final String
protected final int
static final String
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addInnerTag
(Node aNode) clone()
Node[]
getAttribute
(String aName) protected int
getLevel()
getNode
(int i) Node[]
getTag()
getText()
Node[]
getVector
(boolean withId) protected String
getXMLText
(int aLevel) boolean
isNill()
void
removeAttribute
(String name) void
void
removeNode
(String theAttributeName, String theAttributeValue) static String
void
setAttribute
(String aName, boolean aValue) void
setAttribute
(String aName, double aValue) void
setAttribute
(String aName, long aValue) void
setAttribute
(String aName, String aValue) void
setAttributes
(Map<String, String> aAttributes) void
setNill
(boolean aNill) protected void
void
void
toString()
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Field Details
-
TEXT_TEAG_NAME
- See Also:
-
TAG_ID
- See Also:
-
debug
- See Also:
-
MAXATTRINLINE
-
SAMPLENODE
- See Also:
-
TEXNode
- See Also:
-
-
Constructor Details
-
Node
-
Node
-
-
Method Details
-
isNill
-
setNill
-
getAttributes
-
getAttribute
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttributes
-
setAttribute
-
removeAttribute
-
removeAttributes
-
addInnerTag
-
setOwner
-
getLevel
-
replace
-
getXMLText
-
getXMLText
-
getTag
-
getNodes
-
setText
-
getText
-
findNode
-
findNodes
-
setTag
-
getNode
-
removeNode
-
getVector
-
getVector
-
toString
- Overrides:
toString
in classAbstractCollection<Node>
-
getTextNodes
-
getInnerText
-
getInnerXMLText
-
clone
-