public class XMLTokenFactory extends Object implements IXMLUtilsConstants
Token
objects given string fragments as parsed
from the XML document source. This factory is used by the parser to generate
the tokens when strings matching the syntactic rules of XML are identified
during the first parsing or scanning phase. The token factory is also
responsible for assigning unique identification index numbers to tokens that
is used by the parser and later by the document itself in order to create
new elements for addition as necessary.DOCTYPE, NEW_LINE, TOKEN_TYPE_BOUNDED, TOKEN_TYPE_COMMENT, TOKEN_TYPE_DOCTYPE, TOKEN_TYPE_META, TOKEN_TYPE_UNBOUNDED, TOKEN_TYPE_WHITESPACE
Constructor and Description |
---|
XMLTokenFactory() |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.