Interface | Description |
---|---|
IXMLUtilsConstants |
Defines constants that are frequently used by the XMLUtils subsystem of
classes.
|
Class | Description |
---|---|
BoundedToken |
Represents a bounded string fragment of an XML document.
|
CommentToken |
Represents a comment string in an XML document.
|
DoctypeToken |
Represents a meta-token string fragment of an XML document.
|
MetaToken |
Represents a meta-token string fragment of an XML document.
|
Token |
A
Token represents a string fragment from within the XML
document. |
UnboundedToken |
Represents an unbounded string fragment of an XML document.
|
WhiteSpaceToken |
Represents a whitepsace string fragment from an XML document.
|
XMLDocument |
Represents a simple XML document in memory that may be edited and stored.
|
XMLElement |
Represents a simple XML element that may have given attributes, child
elements or a string value.
|
XMLElementAttribute |
Represents the attribute of an XML element.
|
XMLParser |
This is a simple parser that can be used to parse and create in-memory
DOM-like representation of an xml document.
|
XMLTokenFactory |
A token factory is responsible for the creation of the associated token
handlers or
Token objects given string fragments as parsed
from the XML document source. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.