Package | Description |
---|---|
com.sun.identity.install.tools.util.xml |
Modifier and Type | Class and Description |
---|---|
class |
BoundedToken
Represents a bounded string fragment of an XML document.
|
class |
CommentToken
Represents a comment string in an XML document.
|
class |
DoctypeToken
Represents a meta-token string fragment of an XML document.
|
class |
MetaToken
Represents a meta-token string fragment of an XML document.
|
class |
Token
A
Token represents a string fragment from within the XML
document. |
class |
UnboundedToken
Represents an unbounded string fragment of an XML document.
|
class |
WhiteSpaceToken
Represents a whitepsace string fragment from an XML document.
|
class |
XMLDocument
Represents a simple XML document in memory that may be edited and stored.
|
class |
XMLElement
Represents a simple XML element that may have given attributes, child
elements or a string value.
|
class |
XMLParser
This is a simple parser that can be used to parse and create in-memory
DOM-like representation of an xml document.
|
class |
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.