- element - Variable in class de.pdark.decentxml.dtd.DocTypeAttributeList
-
- Element - Class in de.pdark.decentxml
-
An element in a XML document.
- Element(Token) - Constructor for class de.pdark.decentxml.Element
-
- Element(String) - Constructor for class de.pdark.decentxml.Element
-
- Element(Parent, String) - Constructor for class de.pdark.decentxml.Element
-
- Element(String, Namespace) - Constructor for class de.pdark.decentxml.Element
-
- Element(Parent, String, Namespace) - Constructor for class de.pdark.decentxml.Element
-
- element - Variable in class de.pdark.decentxml.Location
-
- element - Variable in exception de.pdark.decentxml.XMLParseException
-
- ELEMENT_FILTER - Static variable in class de.pdark.decentxml.Element
-
- ElementHandlerFactory - Class in de.pdark.decentxml.mapping
-
- ElementHandlerFactory() - Constructor for class de.pdark.decentxml.mapping.ElementHandlerFactory
-
- elementName - Variable in class de.pdark.decentxml.dtd.DocTypeAttributeList
-
- ElementName - Annotation Type in de.pdark.decentxml.mapping
-
List the names of all elements which can be handled by this method.
- encode(String) - Method in class de.pdark.decentxml.EntityResolver
-
Replace text in a string with entity references
- encoding - Variable in class de.pdark.decentxml.XMLDeclaration
-
- ENCODING_ISO_8859_1 - Static variable in class de.pdark.decentxml.XMLInputStreamReader
-
The constant "ISO-8859-1", also called "Latin-1"
- ENCODING_ISO_Latin_1 - Static variable in class de.pdark.decentxml.XMLInputStreamReader
-
An alias for ENCODING_ISO_8859_1
- ENCODING_MAP - Static variable in class de.pdark.decentxml.XMLInputStreamReader
-
A map to convert standard XML encodings into Java encodings.
- ENCODING_UTF_8 - Static variable in class de.pdark.decentxml.XMLInputStreamReader
-
The constant "UTF-8"
- encodingEquals - Variable in class de.pdark.decentxml.XMLDeclaration
-
- encodingQuote - Variable in class de.pdark.decentxml.XMLDeclaration
-
- encodingSpace - Variable in class de.pdark.decentxml.XMLDeclaration
-
- endName - Variable in class de.pdark.decentxml.Element
-
- endOffset - Variable in class de.pdark.decentxml.Token
-
- entities - Variable in class de.pdark.decentxml.dtd.DocType
-
- Entity - Class in de.pdark.decentxml
-
- Entity(Token, EntityResolver) - Constructor for class de.pdark.decentxml.Entity
-
- Entity(String) - Constructor for class de.pdark.decentxml.Entity
-
- EntityResolver - Class in de.pdark.decentxml
-
- EntityResolver() - Constructor for class de.pdark.decentxml.EntityResolver
-
- EntityResolver(EntityResolver) - Constructor for class de.pdark.decentxml.EntityResolver
-
- entityResolver - Variable in class de.pdark.decentxml.XMLParser
-
The entity resolver to use to expand entities in the input
- entityResolver - Variable in class de.pdark.decentxml.XMLTokenizer
-
The entity resolver to use to expand and verify entities.
- equals(Object) - Method in class de.pdark.decentxml.Namespace
-
- equalsSpace - Variable in class de.pdark.decentxml.Attribute
-
Space around the equals sign (incl.
- escapeJavaString(String) - Static method in class de.pdark.decentxml.TextUtils
-
Convert a text into a valid ISO-Latin-1 Java string constant
- escapeXMLText(String) - Static method in class de.pdark.decentxml.XMLUtils
-
Escape '<', '>' and '&'
- expand(String) - Method in class de.pdark.decentxml.EntityResolver
-
Expand an entity reference.
- expandEntities - Variable in class de.pdark.decentxml.XMLParser
-
Should entities be expanded? Use this to temporarily disable entity expansion even if a resolver is registered
- expandEntity(Element, XMLTokenizer, Token, Set<String>) - Method in class de.pdark.decentxml.XMLParser
-
- expandNumericEntity(String) - Method in class de.pdark.decentxml.EntityResolver
-
Returns the character value of a numeric entity.
- expect(XMLSource, int, String) - Method in class de.pdark.decentxml.XMLDeclaration
-
- expect(XMLTokenizer, Token, XMLTokenizer.Type[], String) - Method in class de.pdark.decentxml.XMLParser
-
Fetch the next token and make sure it's one of expected
.
- expect(XMLTokenizer, Token, XMLTokenizer.Type, String) - Method in class de.pdark.decentxml.XMLParser
-
Fetch the next token and make sure it's expected
.
- expect(char) - Method in class de.pdark.decentxml.XMLTokenizer
-
Check that the next character is expected
and skip it
- getAnnotation(Annotation[], Class<T>) - Method in class de.pdark.decentxml.mapping.ComplexElementHandler
-
- getAttLists() - Method in class de.pdark.decentxml.dtd.DocTypeElement
-
- getAttribute(String, Namespace) - Method in class de.pdark.decentxml.Element
-
- getAttribute(String) - Method in class de.pdark.decentxml.Element
-
- getAttributeList(String) - Method in class de.pdark.decentxml.dtd.DocType
-
- getAttributeLists() - Method in class de.pdark.decentxml.dtd.DocType
-
- getAttributeMap() - Method in class de.pdark.decentxml.Element
-
- getAttributes() - Method in class de.pdark.decentxml.Element
-
- getAttributeValue(String) - Method in class de.pdark.decentxml.Element
-
- getAttributeValue(String, Namespace) - Method in class de.pdark.decentxml.Element
-
- getBeginName() - Method in class de.pdark.decentxml.Element
-
- getCharValidator() - Method in class de.pdark.decentxml.EntityResolver
-
- getCharValidator() - Method in class de.pdark.decentxml.XMLParser
-
- getCharValidator() - Method in class de.pdark.decentxml.XMLTokenizer
-
- getChild(String) - Method in class de.pdark.decentxml.Document
-
- getChild(String, Namespace) - Method in class de.pdark.decentxml.Document
-
- getChild(int) - Method in class de.pdark.decentxml.Element
-
- getChild(String) - Method in class de.pdark.decentxml.Element
-
- getChild(String, Namespace) - Method in class de.pdark.decentxml.Element
-
- getChild(String) - Method in interface de.pdark.decentxml.Parent
-
Find a child element (not a node!) by path
- getChildPath() - Method in class de.pdark.decentxml.Element
-
- getChildren() - Method in class de.pdark.decentxml.Element
-
- getChildren(String) - Method in class de.pdark.decentxml.Element
-
- getChildren(String, Namespace) - Method in class de.pdark.decentxml.Element
-
- getColumn() - Method in class de.pdark.decentxml.Location
-
The column.
- getColumn() - Method in exception de.pdark.decentxml.XMLParseException
-
- getContent() - Method in class de.pdark.decentxml.dtd.DocTypeElement
-
- getCursor() - Method in class de.pdark.decentxml.TreeIterator
-
- getDoc() - Method in exception de.pdark.decentxml.XMLParseException
-
- getDocType() - Method in class de.pdark.decentxml.Document
-
- getDocType() - Method in class de.pdark.decentxml.dtd.DocTypeEntityResolver
-
- getDocTypeType() - Method in class de.pdark.decentxml.dtd.DocType
-
- getDocument() - Method in class de.pdark.decentxml.Element
-
- getElement(String) - Method in class de.pdark.decentxml.dtd.DocType
-
- getElement() - Method in class de.pdark.decentxml.dtd.DocTypeAttributeList
-
- getElement() - Method in exception de.pdark.decentxml.XMLParseException
-
- getElementName() - Method in class de.pdark.decentxml.dtd.DocTypeAttributeList
-
- getElements() - Method in class de.pdark.decentxml.dtd.DocType
-
- getEncoding() - Method in class de.pdark.decentxml.Document
-
- getEncoding() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getEncodingEquals() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getEncodingQuote() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getEncodingSpace() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getEndName() - Method in class de.pdark.decentxml.Element
-
- getEndOffset() - Method in class de.pdark.decentxml.BasicNode
-
- getEndOffset() - Method in class de.pdark.decentxml.Element
-
- getEndOffset() - Method in class de.pdark.decentxml.Token
-
The position after the last character of the token (matching the definition of
String.substring(start,end)
- getEntity(String) - Method in class de.pdark.decentxml.dtd.DocType
-
- getEntityResolver() - Method in class de.pdark.decentxml.dtd.DocType
-
- getEntityResolver(EntityResolver) - Method in class de.pdark.decentxml.dtd.DocType
-
- getEntityResolver() - Method in class de.pdark.decentxml.XMLParser
-
- getEntityResolver() - Method in class de.pdark.decentxml.XMLTokenizer
-
- getEqualsSpace() - Method in class de.pdark.decentxml.Attribute
-
- getEscapedText() - Method in class de.pdark.decentxml.Token
-
Return the text with all special characters (like line feed, new line, null bytes, characters
in the unicode range) escaped.
- getIndent() - Method in class de.pdark.decentxml.XMLWriter
-
- getJavaEncoding() - Method in class de.pdark.decentxml.XMLInputStreamReader
-
Get the Java name of the XML encoding of the stream.
- getLine() - Method in class de.pdark.decentxml.Location
-
The line number
- getLine() - Method in exception de.pdark.decentxml.XMLParseException
-
- getLineStartOffset() - Method in class de.pdark.decentxml.Location
-
Offset at which the current line starts in the document
- getLineStartOffset() - Method in exception de.pdark.decentxml.XMLParseException
-
- getLocation() - Method in exception de.pdark.decentxml.XMLParseException
-
- getMessage() - Method in exception de.pdark.decentxml.XMLParseException
-
- getMessageWithoutLocation() - Method in exception de.pdark.decentxml.XMLParseException
-
- getName() - Method in class de.pdark.decentxml.Attribute
-
Return the name of the attribute
- getName() - Method in class de.pdark.decentxml.dtd.DocType
-
- getName() - Method in class de.pdark.decentxml.dtd.DocTypeElement
-
- getName() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getName() - Method in class de.pdark.decentxml.dtd.DocTypeNotation
-
- getName() - Method in class de.pdark.decentxml.Element
-
- getName() - Method in class de.pdark.decentxml.Entity
-
- getNames(Method) - Method in class de.pdark.decentxml.mapping.JavaMapper
-
- getNamespace() - Method in class de.pdark.decentxml.Attribute
-
- getNamespace(String) - Method in class de.pdark.decentxml.Document
-
- getNamespace() - Method in class de.pdark.decentxml.Element
-
- getNamespace(String) - Method in class de.pdark.decentxml.Namespaces
-
- getNamespaces() - Method in class de.pdark.decentxml.Document
-
- getNode(int) - Method in class de.pdark.decentxml.NodeWithChildren
-
- getNode(int) - Method in interface de.pdark.decentxml.Parent
-
Get a specific node from the list
- getNode() - Method in exception de.pdark.decentxml.XMLParseException
-
- getNodePath() - Method in interface de.pdark.decentxml.Child
-
Return a path which uniquely describes this child.
- getNodePath() - Method in class de.pdark.decentxml.Element
-
- getNodes() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getNodes() - Method in class de.pdark.decentxml.NodeWithChildren
-
- getNodes(NodeFilter<T>) - Method in class de.pdark.decentxml.NodeWithChildren
-
- getNodes() - Method in interface de.pdark.decentxml.Parent
-
Get the list of child nodes.
- getNormalizedText() - Method in class de.pdark.decentxml.Element
-
- getNormalizedText() - Method in class de.pdark.decentxml.Text
-
Get the contents of this text node without all whitespace before and after
and with all whitespace between the words in the node reduced to a single space.
- getNotationDataName() - Method in class de.pdark.decentxml.dtd.DocType
-
- getNotationName() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getOffset() - Method in class de.pdark.decentxml.dtd.DTDTokenizer
-
The current position in the XML source
- getOffset() - Method in class de.pdark.decentxml.Location
-
- getOffset() - Method in exception de.pdark.decentxml.XMLParseException
-
- getOffset() - Method in class de.pdark.decentxml.XMLTokenizer
-
Get the current parsing position (for error handling, for example).
- getParameterEntity(String) - Method in class de.pdark.decentxml.dtd.DocType
-
- getParent() - Method in interface de.pdark.decentxml.Child
-
The parent of this child
- getParent() - Method in class de.pdark.decentxml.Element
-
- getParent() - Method in class de.pdark.decentxml.EntityResolver
-
- getParentElement() - Method in class de.pdark.decentxml.Element
-
- getPath() - Method in class de.pdark.decentxml.TreeIterator
-
- getPostSpace() - Method in class de.pdark.decentxml.Element
-
Space before the closing bracket of the element
- getPostSpace() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getPrefix() - Method in class de.pdark.decentxml.Namespace
-
- getPrefixWhiteSpace() - Method in class de.pdark.decentxml.Token
-
- getPreSpace() - Method in class de.pdark.decentxml.Attribute
-
- getPublicIDLiteral() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getPublicIDLiteral() - Method in class de.pdark.decentxml.dtd.DocTypeNotation
-
- getPublicLiteral() - Method in class de.pdark.decentxml.dtd.DocType
-
- getQuoteChar() - Method in class de.pdark.decentxml.Attribute
-
- getResolvedText() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getResolver() - Method in class de.pdark.decentxml.Entity
-
- getRootElement() - Method in class de.pdark.decentxml.Document
-
- getSource() - Method in class de.pdark.decentxml.Token
-
- getSource() - Method in exception de.pdark.decentxml.XMLParseException
-
- getSource() - Method in class de.pdark.decentxml.XMLTokenizer
-
- getStandaloneEquals() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getStandaloneQuote() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getStandaloneSpace() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getStartOffset() - Method in class de.pdark.decentxml.BasicNode
-
The start offset of the node in the XML source or -1
- getStartOffset() - Method in class de.pdark.decentxml.Element
-
- getStartOffset() - Method in class de.pdark.decentxml.Token
-
The position in the source at which the token begins
- getStartToken() - Method in class de.pdark.decentxml.Element
-
- getSystemLiteral() - Method in class de.pdark.decentxml.dtd.DocType
-
- getSystemLiteral() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getSystemLiteral() - Method in class de.pdark.decentxml.dtd.DocTypeNotation
-
- getTarget() - Method in class de.pdark.decentxml.ProcessingInstruction
-
- getText() - Method in class de.pdark.decentxml.Comment
-
- getText() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getText() - Method in class de.pdark.decentxml.dtd.DocTypeNotation
-
- getText() - Method in class de.pdark.decentxml.Element
-
- getText() - Method in class de.pdark.decentxml.Entity
-
- getText() - Method in class de.pdark.decentxml.ProcessingInstruction
-
- getText() - Method in class de.pdark.decentxml.Text
-
- getText() - Method in interface de.pdark.decentxml.TextNode
-
Get the text from the node
- getText() - Method in class de.pdark.decentxml.Token
-
Return the string of text which this token represents in the XMLSource
- getToken() - Method in class de.pdark.decentxml.BasicNode
-
Get the token (mainly for error handling)
- getToken() - Method in exception de.pdark.decentxml.XMLParseException
-
- getTrimmedText() - Method in class de.pdark.decentxml.Element
-
- getTrimmedText() - Method in class de.pdark.decentxml.Text
-
Get the contents of this text node without all whitespace before and after
- getType() - Method in class de.pdark.decentxml.BasicNode
-
- getType() - Method in class de.pdark.decentxml.Document
-
- getType() - Method in class de.pdark.decentxml.Element
-
- getType() - Method in interface de.pdark.decentxml.Node
-
Get the node type
- getType() - Method in class de.pdark.decentxml.Token
-
- getURI() - Method in class de.pdark.decentxml.Namespace
-
- getValue() - Method in class de.pdark.decentxml.Attribute
-
Return the value of the attribute
- getValue() - Method in class de.pdark.decentxml.BasicNode
-
- getValue() - Method in class de.pdark.decentxml.dtd.DocTypeAttributeList
-
- getValue() - Method in class de.pdark.decentxml.dtd.DocTypeEntity
-
- getValue() - Method in class de.pdark.decentxml.dtd.DocTypeNotation
-
- getVersion() - Method in class de.pdark.decentxml.Document
-
- getVersion() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getVersionEquals() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getVersionQuote() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getVersionSpace() - Method in class de.pdark.decentxml.XMLDeclaration
-
- getXmlDeclaration() - Method in class de.pdark.decentxml.Document
-
- getXmlEncoding() - Method in class de.pdark.decentxml.XMLInputStreamReader
-
Return the encoding of the stream
- GT_ESCAPE - Static variable in class de.pdark.decentxml.EntityResolver
-
Escape for ">" (greater than)