- cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Give the grammarPool the option of caching these grammars.
- cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
- cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- cacheGrammars(String, Grammar[]) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
-
return the final set of grammars that the validator ended up
with.
- CachingParserPool - Class in org.apache.xerces.parsers
-
A parser pool that enables caching of grammars.
- CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
-
Default constructor.
- CachingParserPool(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
-
Constructs a caching parser pool with the specified symbol table
and grammar pool.
- CachingParserPool.ShadowedGrammarPool - Class in org.apache.xerces.parsers
-
Shadowed grammar pool.
- CachingParserPool.ShadowedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Constructs a shadowed grammar pool.
- CachingParserPool.SynchronizedGrammarPool - Class in org.apache.xerces.parsers
-
Synchronized grammar pool.
- CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
Constructs a synchronized grammar pool.
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMAny
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
-
- calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMAny
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
-
- calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- callUserDataHandlers(Node, Node, short) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Call user data handlers when a node is deleted (finalized)
- canAppendChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Has the same arguments as AppendChild
.
- canAppendData(String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
Determines if data can be appended.
- cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
-
- canDeleteData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
Determines if data can be deleted.
- canInsertBefore(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Determines whether the insertBefore
operation from the
Node
interface would make this document invalid with
respect to the currently active AS.
- canInsertData(int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
Determines if data can be inserted.
- canonical - Variable in class org.apache.xerces.impl.dv.util.ByteListImpl
-
- canRemoveAttribute(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Verifies if an attribute by the given name can be removed.
- canRemoveAttributeNode(Node) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if an attribute node can be removed.
- canRemoveAttributeNS(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Verifies if an attribute by the given local name and namespace can be
removed.
- canRemoveChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Has the same arguments as RemoveChild
.
- canRenameElements(String, String, ElementImpl) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- canRenameElements(String, String, ElementImpl) - Method in class org.apache.wml.dom.WMLDocumentImpl
-
- canRenameElements(String, String, ElementImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- canReplaceChild(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Has the same arguments as ReplaceChild
.
- canReplaceData(int, int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
Determines if data can be replaced.
- canSetAttribute(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if the value for specified attribute can be set.
- canSetAttributeNode(Attr) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if an attribute node can be added with respect to the
validity check level.This is an attribute node, there is no need for
canSetAttributreNodeNS!
- canSetAttributeNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if the attribute with given namespace and qualified name can
be created if not already present in the attribute list of the
element.
- canSetData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
Determines if data can be set.
- canSetParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 WD - Experimental.
- canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- canSetParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- canSetParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM L3-EXPERIMENTAL:
Check if parameter can be set
- CDATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- CDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- CDATASectionImpl - Class in org.apache.xerces.dom
-
XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
- CDATASectionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
-
Factory constructor for creating a CDATA section.
- ch - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Character buffer.
- ch - Variable in class org.apache.xerces.xni.XMLString
-
The character array.
- changed() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Denotes that this node has changed.
- CHANGED - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- changed() - Method in class org.apache.xerces.dom.NodeImpl
-
Denotes that this node has changed.
- changes - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Number of alterations made to this document since its creation.
- changes() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the number of changes to this node.
- changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
- changes() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns the number of changes to this node.
- CHAR_REF_PROBABLE_WS - Static variable in class org.apache.xerces.impl.Constants
-
Boolean indicating whether a character is a probable white space
character (ch <= 0x20) that was the replacement text of a character
reference is stored in augmentations using the string "CHAR_REF_PROBABLE_WS".
- characterData(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- characterData(String, Augmentations) - Method in interface org.apache.xerces.impl.RevalidationHandler
-
Character content.
- characterData(String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- CharacterDataEditAS - Interface in org.apache.xerces.dom3.as
-
- CharacterDataImpl - Class in org.apache.xerces.dom
-
CharacterData is an abstract Node that can carry character data as its
Value.
- CharacterDataImpl() - Constructor for class org.apache.xerces.dom.CharacterDataImpl
-
- CharacterDataImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
-
Factory constructor.
- characters(String) - Method in class org.apache.html.dom.HTMLBuilder
-
- characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
-
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Character content.
- characters - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
-
- characters - Variable in class org.apache.xerces.util.SymbolTable.Entry
-
Symbol characters.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
Character content.
- characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Character content.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- characters(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Called to print the text contents in the prevailing element format.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- characters(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- CharactersImpl - Class in org.apache.xerces.stax.events
-
- CharactersImpl(String, int, Location) - Constructor for class org.apache.xerces.stax.events.CharactersImpl
-
Standard constructor.
- charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns the value of an HTML character reference by its name.
- checkAndSendNotation(XIncludeHandler.Notation) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
The purpose of this method is to check if a Notation conflicts with a previously
declared notation in the current pipeline stack.
- checkAndSendUnparsedEntity(XIncludeHandler.UnparsedEntity) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
The purpose of this method is to check if an UnparsedEntity conflicts with a previously
declared entity in the current pipeline stack.
- checkAttributes(Element, boolean, XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
Check whether the specified element conforms to the attributes restriction
an array of attribute values is returned.
- checkAttributes(Element, boolean, XSDocumentInfo, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
Check whether the specified element conforms to the attributes restriction
an array of attribute values is returned.
- checkComplexDerivationOk(XSComplexTypeDecl, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
check whether complex type derived is valid derived from base,
given a subset of {restriction, extension}.
- checkDOMNSErr(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- checkDuplicatesNS() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Checks for duplicate expanded names (local part and namespace name
pairs) in the attribute specification.
- checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
-
Called when a duplicate value is added.
- checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
-
Called when a duplicate value is added.
- checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- checkElementDeclsConsistent(XSComplexTypeDecl, XSParticleDecl, SymbolHash, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
-
- checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
-
- checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
-
- checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- checkFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Check a feature.
- checkFeature(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Check a feature.
- checkIDRefID() - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Checks if all IDREFs have a corresponding ID.
- checkIDRefID() - Method in class org.apache.xerces.impl.validation.ValidationState
-
return null if all IDREF values have a corresponding ID value;
otherwise return the first IDREF value without a matching ID value.
- checkNamespaceWF(String, int, int) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Call user data handlers to let them know the nodes they are related to
are being deleted.
- checkNonSchemaAttributes(XSGrammarBucket) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- checkNotation(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if a Notation with the given name was declared in the DTD of the document
for the current pipeline.
- checkProperty(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Check a property.
- checkProperty(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Check a property.
- checkQName(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Checks if the given qualified name is legal with respect
to the version of XML to which this document must conform.
- checkSimpleDerivationOk(XSSimpleType, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
check whether simple type derived is valid derived from base,
given a subset of {restriction, extension}.
- checkStandaloneEntityRef(String, DTDGrammar, XMLEntityDecl, XMLErrorReporter) - Static method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Check standalone entity reference.
- checkTypeDerivationOk(XSTypeDefinition, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
check whether derived is valid derived from base, given a subset
of {restriction, extension}.B
- checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
DOM level 3:
Check a node to determine if it contains unbound namespace prefixes.
- checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
DOM Level 3:
Check a node to determine if it contains unbound namespace prefixes.
- checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
check whether this content violates UPA constraint.
- checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
check whether this content violates UPA constraint.
- checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
check whether this content violates UPA constraint.
- checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
check whether this content violates UPA constraint.
- checkUnparsedEntity(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if an UnparsedEntity with the given name was declared in the DTD of the document
for the current pipeline.
- CHILD - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
-
Type: child.
- ChildNode - Class in org.apache.xerces.dom
-
ChildNode inherits from NodeImpl and adds the capability of being a child by
having references to its previous and next siblings.
- ChildNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ChildNode
-
No public constructor; only subclasses of Node should be
instantiated, and those normally via a Document's factory methods
- ChildNode() - Constructor for class org.apache.xerces.dom.ChildNode
-
Constructor for serialization.
- childrenElement(String) - Method in class org.apache.xerces.parsers.DTDParser
-
A referenced element in a children content model.
- childrenEndGroup() - Method in class org.apache.xerces.parsers.DTDParser
-
The end of a children group.
- childrenOccurrence(short) - Method in class org.apache.xerces.parsers.DTDParser
-
The occurrence count for a child in a children content model.
- childrenSeparator(short) - Method in class org.apache.xerces.parsers.DTDParser
-
The separator between choices or sequences of a children content
model.
- childrenStartGroup() - Method in class org.apache.xerces.parsers.DTDParser
-
The start of a children group.
- CHOICE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
CHOICE
- CHUNK_MASK - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Chunk mask.
- CHUNK_SHIFT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Chunk shift.
- CHUNK_SIZE - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Chunk size.
- cleanTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Purges all elements from the table view.
- cleanup() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xerces.parsers.XML11Configuration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
-
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
- cleanup() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- clear() - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- clear() - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
clear
- clear() - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Clears the values.
- clear() - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
-
clear
- clear() - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
clear
- clear() - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
clear
- clear() - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
-
clear
- clear() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
Clears the stack without throwing away existing QName objects.
- clear() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Clears the entity.
- clear() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Clears the entity.
- clear() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Clears the entity.
- clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
Clears the vector.
- clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Resets the XPath matcher stack.
- clear() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
clear the grammar pool
- clear() - Method in class org.apache.xerces.util.IntStack
-
Clears the stack.
- clear() - Method in class org.apache.xerces.util.SymbolHash
-
Remove all key/value assocaition.
- clear() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Forces the cache of catalog mappings to be cleared.
- clear() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Clears the values.
- clear() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- clear() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- clear() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Clears the values.
- clear() - Method in class org.apache.xerces.util.XMLStringBuffer
-
Clears the string buffer.
- clear() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
-
Removes all grammars from the pool.
- clear() - Method in class org.apache.xerces.xni.QName
-
Clears the values of the qname components.
- clear() - Method in class org.apache.xerces.xni.XMLString
-
Resets all of the values to their defaults.
- clearGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- clearIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Remove all identifiers from the ID table
- clearXSObjectList() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- click() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- clone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Clone.
- clone() - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- clone() - Method in class org.apache.xerces.impl.xpath.XPath.Axis
-
Returns a clone of this object.
- clone() - Method in class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Returns a clone of this object.
- clone() - Method in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Returns a clone of this object.
- clone() - Method in class org.apache.xerces.impl.xpath.XPath.Step
-
Returns a clone of this object.
- clone() - Method in class org.apache.xerces.xni.QName
-
Returns a clone of this object.
- cloneASObject(boolean) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates a copy of this ASObject
.
- cloneASObject(boolean) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
Creates a copy of this ASObject
.
- cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
-
Override parent's method to set the ownerNode correctly
- cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
-
- cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.AttributeMap
-
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
- cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
- cloneMap(ArrayList) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
NON-DOM: copy content of this map into the specified ArrayList
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getElements() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLMapElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getAreas() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getOptions() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getRows() and getTBodies() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getCells() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used
for getRows() gets cleared.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
- cloneNode(boolean) - Method in class org.apache.xerces.dom.ChildNode
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deep-clone a document, including fixing ownerDoc for the cloned
children.
- cloneNode(CoreDocumentImpl, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
internal method to share code with subclass
- cloneNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a clone of the specified node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
-
Deep-clone a document, including fixing ownerDoc for the cloned
children.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Clones the node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
Replicate this object.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
Return a duplicate copy of this Element.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityImpl
-
Clone node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
Clone node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.ParentNode
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Deep-clone a document, including fixing ownerDoc for the cloned
children.
- cloneNode(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
-
- close() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- close() - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Close the stream.
- close() - Method in class org.apache.xerces.impl.io.Latin1Reader
-
Close the stream.
- close() - Method in class org.apache.xerces.impl.io.UCSReader
-
Close the stream.
- close() - Method in class org.apache.xerces.impl.io.UTF16Reader
-
Close the stream.
- close() - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Close the stream.
- close() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- close() - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Closes the stream.
- closeReaders() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Close all opened InputStreams and Readers opened by this parser.
- CMAny - Class in org.apache.xerces.impl.dtd.models
-
Content model any node.
- CMAny(int, String, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMAny
-
Constructs a content model any.
- CMBinOp - Class in org.apache.xerces.impl.dtd.models
-
Content model Bin-Op node.
- CMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMBinOp
-
- CMBuilder - Class in org.apache.xerces.impl.xs.models
-
This class constructs content models for a given grammar.
- CMBuilder(CMNodeFactory) - Constructor for class org.apache.xerces.impl.xs.models.CMBuilder
-
- CMLeaf - Class in org.apache.xerces.impl.dtd.models
-
Content model leaf node.
- CMLeaf(QName, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
-
Constructs a content model leaf.
- CMLeaf(QName) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
-
Constructs a content model leaf.
- CMNode - Class in org.apache.xerces.impl.dtd.models
-
A content model node.
- CMNode(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMNode
-
- CMNodeFactory - Class in org.apache.xerces.impl.xs.models
-
- CMNodeFactory() - Constructor for class org.apache.xerces.impl.xs.models.CMNodeFactory
-
default constructor
- CMStateSet - Class in org.apache.xerces.impl.dtd.models
-
This class is a very simple bitset class.
- CMStateSet(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMStateSet
-
- CMUniOp - Class in org.apache.xerces.impl.dtd.models
-
Content model Uni-Op node.
- CMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMUniOp
-
- code - Variable in exception org.apache.xerces.dom3.as.DOMASException
-
Deprecated.
- code - Variable in exception org.apache.xerces.xs.XSException
-
- collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
-
- columnNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Column number.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
A comment.
- comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
A comment.
- comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
If the comment is a child of a matched element, then pass else return.
- comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- CommentImpl - Class in org.apache.xerces.dom
-
Represents an XML (or HTML) comment.
- CommentImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
-
Factory constructor.
- CommentImpl - Class in org.apache.xerces.stax.events
-
- CommentImpl(String, Location) - Constructor for class org.apache.xerces.stax.events.CommentImpl
-
- COMMENTS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- COMMENTS - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- compareBoundaryPoints(short, Range) - Method in class org.apache.xerces.dom.RangeImpl
-
- compareDates(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData, boolean) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Compare algorithm described in dateDime (3.2.7).
- compareDates(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData, boolean) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
Compares 2 given durations.
- compareDocumentPosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Compares a node with this node with regard to their position in the
document.
- compareDocumentPosition(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- compareOrder(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Given normalized values, determines order-relation
between give date/time objects.
- compareTreePosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Deprecated.
- COMPLEX_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The user-defined complex data type as defined in .
- COMPLEX_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
-
The object describes a complex type.
- COMPOSITOR_ALL - Static variable in interface org.apache.xerces.xs.XSModelGroup
-
This content model represents a simplified version of the SGML
&-Connector and is limited to the top-level of any content model.
- COMPOSITOR_CHOICE - Static variable in interface org.apache.xerces.xs.XSModelGroup
-
This constant value signifies a choice operator.
- COMPOSITOR_SEQUENCE - Static variable in interface org.apache.xerces.xs.XSModelGroup
-
This constant value signifies a sequence operator.
- CONDITIONAL_IGNORE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
-
Conditional section: IGNORE.
- CONDITIONAL_INCLUDE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
-
Conditional section: INCLUDE.
- ConfigurableValidationState - Class in org.apache.xerces.impl.validation
-
An extension of ValidationState which can be configured to turn
off checking for ID/IDREF errors and unparsed entity errors.
- ConfigurableValidationState() - Constructor for class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Creates a new ConfigurableValidationState.
- configureDTDPipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
- configurePipeline() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Configures the XML 1.0 pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Configures the pipeline.
- configurePipeline() - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Configures the pipeline.
- configureXML11Pipeline() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Configures the XML 1.1 pipeline.
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Configures the XML 1.1 pipeline.
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Configures the XML 1.1 pipeline.
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Configures the XML 1.1 pipeline.
- configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
-
- Constants - Class in org.apache.xerces.impl
-
Commonly used constants.
- constructTrees(Element, String, XSDDescription, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- consumeBOM(InputStream, String) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Removes the byte order mark from the stream, if
it exists and returns the encoding name.
- contains(String) - Method in class org.apache.xerces.dom.DOMStringListImpl
-
- contains(byte) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
Checks if the byte
item
is a
member of this list.
- contains(Object) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
-
- contains(short) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
Checks if the unsigned short
item
is a
member of this list.
- contains(String) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
Checks if the GenericString
item
is a member
of this list.
- contains(Object) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- contains(short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
Returns whether the short is contained in the vector.
- contains() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Returns true if this value store contains the locally scoped value stores
- contains(XMLSchemaValidator.ValueStoreBase) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Returns -1 if this value store contains the specified
values, otherwise the index of the first field in the
key sequence.
- contains(byte) - Method in interface org.apache.xerces.xs.datatypes.ByteList
-
Checks if the byte
item
is a
member of this list.
- contains(Object) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
-
Checks if the Object
item
is a
member of this list.
- contains(short) - Method in interface org.apache.xerces.xs.ShortList
-
Checks if the unsigned short
item
is a
member of this list.
- contains(String) - Method in interface org.apache.xerces.xs.StringList
-
Checks if the GenericString
item
is a member
of this list.
- containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Returns true if the grammar pool contains a grammar associated
to the specified description.
- containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Returns true if the grammar pool contains a grammar associated
to the specified grammar description.
- containsKey(Object) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
- containsPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
-
Checks whether a binding or unbinding for
the given prefix exists in the context.
- containsSymbol(String) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(String) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Must be called by a method about to print any type of content.
- content() - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- ContentModelValidator - Interface in org.apache.xerces.impl.dtd.models
-
- contentModelValidator - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
contentModelValidator
- CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents any namespace specified namespace.
- CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
prcessContent is 'lax'
- CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents any local element (XML Schema: ##local).
- CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
- CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
- CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents any other namespace (XML Schema: ##other).
- CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
- CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
- CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
processContent is 'skip'
- CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents choice, '|'.
- CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Name or #PCDATA.
- CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents a one or more occurence count, '+'.
- CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents sequence, ','.
- CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents a zero or more occurence count, '*'.
- CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Represents a zero or one occurence count, '?'.
- contentType() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines element content type.
- CONTENTTYPE_ELEMENT - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
Represents an element-only content type.
- CONTENTTYPE_EMPTY - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
Represents an empty content type.
- CONTENTTYPE_MIXED - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
Represents a mixed content type.
- CONTENTTYPE_SIMPLE - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
Represents a simple content type.
- CONTEXT_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an attribute whose namespace is the target namespace
of this schema document.
- CONTEXT_ATTRIBUTE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an attribute whose namespace is the target namespace
of this schema document.
- CONTEXT_ELEMENT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an element whose namespace is the target namespace
of this schema document.
- CONTEXT_ELEMENT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an element whose namespace is the target namespace
of this schema document.
- CONTEXT_IMPORT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the current schema document is ed by another
schema document.
- CONTEXT_IMPORT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the current schema document is <import>ed by another
schema document.
- CONTEXT_INCLUDE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the current schema document is d by another
schema document.
- CONTEXT_INCLUDE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the current schema document is <include>d by another
schema document.
- CONTEXT_INITIALIZE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that this description was just initialized.
- CONTEXT_INSTANCE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the parse of the current schema document is triggered
by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the
instance document.
- CONTEXT_INSTANCE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the parse of the current schema document is triggered
by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the
instance document.
- CONTEXT_PREPARSE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the current schema document is being preparsed.
- CONTEXT_PREPARSE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the current schema document is being preparsed.
- CONTEXT_REDEFINE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the current schema document is d by another
schema document.
- CONTEXT_REDEFINE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the current schema document is <redefine>d by another
schema document.
- CONTEXT_XSITYPE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an "xsi:type" attribute, whose value (a QName) has
the target namespace of this schema document as its namespace.
- CONTEXT_XSITYPE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Indicate that the parse of the current schema document is triggered by
the occurrence of an "xsi:type" attribute, whose value (a QName) has
the target namespace of this schema document as its namespace.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: continue after fatal error
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: whether to continue parsing a schema after a fatal error is encountered
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Feature identifier: continue after fatal error.
- CONTINUE_AFTER_FATAL_ERROR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Continue after fatal error feature ("continue-after-fatal-error").
- copyEventListeners(NodeImpl, NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- copyEventListeners(NodeImpl, NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
-
- copyFeatures(XMLComponentManager, ParserConfigurationSettings) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- copyFeatures(XMLComponentManager, XMLParserConfiguration) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- copyFrom(XSValue) - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- copyInto(Node, Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Copies the source tree into the specified place in a destination
tree.
- copySchemaInformationTo(ElementPSVImpl) - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- CORE_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- CoreDocumentImpl - Class in org.apache.xerces.dom
-
The Document interface represents the entire HTML or XML document.
- CoreDocumentImpl() - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- CoreDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
-
Constructor.
- CoreDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
-
For DOM2 support.
- CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
-
For DOM2 support.
- CoreDOMImplementationImpl - Class in org.apache.xerces.dom
-
The DOMImplementation class is description of a particular
implementation of the Document Object Model.
- CoreDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.CoreDOMImplementationImpl
-
- count - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Count of characters in buffer.
- CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Create cdata nodes feature ("create-cdata-nodes").
- CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: create cdata nodes.
- CREATE_ENTITY_REF_NODES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: create entity ref nodes.
- CREATE_ENTITY_REF_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Create entity reference nodes feature ("dom/create-entity-ref-nodes").
- createAS(boolean) - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
-
Deprecated.
DOM Level 3 WD - Experimental.
- createAS(boolean) - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
-
Deprecated.
Creates an ASModel.
- createASAttributeDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates an attribute declaration.
- createASAttributeDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Creates an attribute declaration.
- createASContentModel(int, int, short) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates an object which describes part of an
ASElementDeclaration
's content model.
- createASContentModel(int, int, short) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Creates an object which describes part of an
ASElementDeclaration
's content model.
- createASElementDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates an element declaration for the element type specified.
- createASElementDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Creates an element declaration for the element type specified.
- createASEntityDeclaration(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates an ASEntityDeclaration.
- createASEntityDeclaration(String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Creates an ASEntityDeclaration.
- createASNotationDeclaration(String, String, String, String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Creates a new notation declaration.
- createASNotationDeclaration(String, String, String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Creates a new notation declaration.
- createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Creates an Attribute having this Document as its OwnerDoc.
- createAttribute(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates an Attribute having this Document as its
OwnerDoc.
- createAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createAttribute(String, String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createAttribute(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createAttribute(QName, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createAttributeDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- createAttributeNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: a factory method used by the Xerces DOM parser
to create an element.
- createAttributeNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Create an attribute with PSVI information
- createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Create an attribute with PSVI information
- createAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createAttrNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
- createBuiltInTypes(SymbolHash, XSSimpleTypeDecl) - Static method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
- createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- createCData(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createCDATASection(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates a CDATASection having this Document as
its OwnerDoc.
- createCDATASection(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createCharacters(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createComment(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates a Comment having this Document as its
OwnerDoc.
- createComment(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createComment(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createContentDispatcher() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Creates a content dispatcher.
- createContentDispatcher() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Creates a content dispatcher.
- createContentDispatcher() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Creates a content dispatcher.
- createContentDispatcher() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Creates a content dispatcher.
- createContentSpec() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a datatype validator factory.
- createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Create a datatype validator factory.
- createDeferredAttribute(String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an attribute in the table.
- createDeferredAttribute(String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an attribute with a URI in the table.
- createDeferredCDATASection(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a CDATA section node in the table.
- createDeferredComment(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a comment node in the table.
- createDeferredDocument() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a document node in the table.
- createDeferredDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a doctype.
- createDeferredElement(String, String, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Deprecated.
- createDeferredElement(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Deprecated.
- createDeferredElement(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an element node with a URI in the table.
- createDeferredElementDefinition(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an element definition in the table.
- createDeferredEntity(String, String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an entity in the table.
- createDeferredEntityReference(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates an entity reference node in the table.
- createDeferredNotation(String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a notation in the table.
- createDeferredProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a processing instruction node in the table.
- createDeferredTextNode(String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a text node in the table.
- createDocument(DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
-
- createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
Introduced in DOM Level 2.
- createDocument(DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
- createDocument(DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
-
- createDocument(DocumentType) - Method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
-
- createDocumentFragment() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates a DocumentFragment having this Document
as its OwnerDoc.
- createDocumentFragment() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createDocumentScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a document scanner.
- createDocumentScanner() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Create a document scanner: this scanner performs namespace binding
- createDocumentScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Create a document scanner.
- createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM
Factory method; creates a DocumentType having this Document
as its OwnerDoc.
- createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
Introduced in DOM Level 2.
- createDOMASBuilder() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
-
Deprecated.
DOM Level 3 WD - Experimental.
- createDOMASBuilder() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
-
Deprecated.
Creates an DOMASBuilder
.Do we need the method since we
already have DOMImplementationLS.createDOMParser
?
- createDOMASWriter() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
-
Deprecated.
DOM Level 3 WD - Experimental.
- createDOMASWriter() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
-
Deprecated.
Creates an DOMASWriter
.
- createDOMException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
-
Creates a DOMException.
- createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Creates a new DOM parser.
- createDTD(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createDTDProcessor() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a DTD loader .
- createDTDScanner(SymbolTable, XMLErrorReporter, XMLEntityManager) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- createDTDScanner(SymbolTable, XMLErrorReporter, XMLEntityManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- createDTDScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a DTD scanner.
- createDTDScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Create a DTD scanner.
- createDTDValidator() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a DTD validator.
- createDTDValidator() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Create a DTD validator: this validator performs namespace binding.
- createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
-
- createElement(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates an Element having this Document
as its OwnerDoc.
- createElement(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createElementDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- createElementDefinition(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM Factory method: creates an element definition.
- createElementNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
- createElementNS(String, String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Xerces-specific constructor.
- createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- createElementNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- createElementNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: a factory method used by the Xerces DOM parser
to create an element.
- createElementNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Create an element with PSVI information
- createElementNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Create an element with PSVI information
- createElementNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createEndDocument() - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createEndElement(QName, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createEndElement(String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createEndElement(String, String, String, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createEntity(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM
Factory method; creates an Entity having this Document
as its OwnerDoc.
- createEntityDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- createEntityManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Creates an entity manager.
- createEntityManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Creates an entity manager.
- createEntityReference(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates an EntityReference having this Document
as its OwnerDoc.
- createEntityReference(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createEntityReference(String, EntityDeclaration) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createErrorReporter() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Creates an error reporter.
- createErrorReporter() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Creates an error reporter.
- createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
-
Introduced in DOM Level 2.
- createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
-
Create a new HTML document of the specified TITLE text.
- createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
-
Creates an HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
- createIgnorableSpace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createLSException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
-
Creates an LSException.
- createLSInput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 LS CR - Experimental.
- createLSInputList(LSInput[]) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
- createLSInputList(LSInput[]) - Method in interface org.apache.xerces.xs.XSImplementation
-
Creates an immutable LSInputList
from the given array of LSInput
s.
- createLSOutput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 LS CR - Experimental.
- createLSParser(short, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 LS CR - Experimental.
- createLSSerializer() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 LS CR - Experimental.
- createMatcher(ValueStore) - Method in class org.apache.xerces.impl.xs.identity.Field
-
Creates a field matcher.
- createMatcher(FieldActivator, int) - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Creates a selector matcher.
- createNamespace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createNamespace(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createNamespaceBinder() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Create a namespace binder.
- createNode(short) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Creates a node of the specified type.
- createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM extension:
Create and return a NodeIterator.
- createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
-
Create and return a NodeIterator.
- createNotation(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM
Factory method; creates a Notation having this Document
as its OwnerDoc.
- createNotationDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- createOutputStream(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
- createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates a ProcessingInstruction having this Document
as its OwnerDoc.
- createProcessingInstruction(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createProcessingInstruction(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createRange() - Method in class org.apache.xerces.dom.DocumentImpl
-
- createReader(InputStream, String, Boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Creates a reader capable of reading the given input stream in
the specified encoding.
- createRegex(String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
-
Creates a RegularExpression instance.
- createSAXParseException(XMLParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Creates a SAXParseException from an XMLParseException.
- createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Creates a new SAX parser.
- createSpace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartDocument() - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartDocument(String, String, boolean) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartDocument(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartDocument(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartElement(QName, Iterator, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartElement(String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- createStringList(String[]) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
- createStringList(String[]) - Method in interface org.apache.xerces.xs.XSImplementation
-
Creates an immutable StringList
from the given array of String
s.
- createTextNode(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Factory method; creates a Text node having this Document as its
OwnerDoc.
- createTextNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM extension:
Create and return a TreeWalker.
- createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
-
Create and return a TreeWalker.
- createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Create a new simple type which is derived by list from another simple
type.
- createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
Create a new simple type which is derived by list from another simple
type.
- createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
Create a new simple type which is derived by list from another simple
type.
- createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Create a new simple type which is derived by restriction from another
simple type.
- createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
Create a new simple type which is derived by restriction from another
simple type.
- createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
Create a new simple type which is derived by restriction from another
simple type.
- createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Create a new simple type which is derived by union from a list of other
simple types.
- createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
Create a new simple type which is derived by union from a list of other
simple types.
- createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
Create a new simple type which is derived by union from a list of other
simple types.
- createValidationManager() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
- createValidationManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
- createValidationManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- createXMLParseException(SAXParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Creates an XMLParseException from a SAXParseException.
- createXNIException(SAXException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Creates an XNIException from a SAXException.
- createXSLoader(StringList) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
- createXSLoader(StringList) - Method in interface org.apache.xerces.xs.XSImplementation
-
Creates a new XSLoader.
- CURRENT_BASE_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
The identifier for the Augmentation that contains the current base URI
- CURRENT_ELEMENT_NODE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- CURRENT_ELEMENT_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Current element node property ("dom/current-element-node").
- currentTarget - Variable in class org.apache.xerces.dom.events.EventImpl
-
- fAbstractSchema - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- FACET - Static variable in interface org.apache.xerces.xs.XSConstants
-
The object describes a constraining facet.
- FACET_ENUMERATION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.5 enumeration.
- FACET_FRACTIONDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.12 fractionDigits.
- FACET_LENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.1 Length
- FACET_MAXEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.9 maxExclusive.
- FACET_MAXINCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.7 maxInclusive.
- FACET_MAXLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.3 maxLength.
- FACET_MINEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.9 minExclusive.
- FACET_MININCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.10 minInclusive.
- FACET_MINLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.2 minLength.
- FACET_NONE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
No facets defined.
- FACET_PATTERN - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.4 pattern.
- FACET_TOTALDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.11 totalDigits .
- FACET_WHITESPACE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
4.3.5 whitespace.
- fActiveGrammar - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- FactoriesProperty - Static variable in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
- fAllowJavaEncodings - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Allow Java encoding names.
- fAmpSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "amp".
- fAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fAnySimpleType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- fANYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ANY".
- fAnyType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- fAposSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "apos".
- fASModels - Variable in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
-
Fatal error.
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Report a fatal error.
- fatalError(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Report a fatal error.
- fatalError(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
-
Report a fatal error.
- fatalError(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fAttrDecl - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fAttributeDecl - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Temporary Attribute decl.
- fAttributeList - Variable in class org.apache.xerces.dom.DOMNormalizer
-
list of attributes
- fAttributeQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Attribute QName.
- fAttributes - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fAttributes - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element attributes.
- fAttributes - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fAttributes - Variable in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
XML attributes.
- fAttributes - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Attribute information.
- fAttributeTableView - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Hashtable of attribute information.
- fAttributeTableViewChainState - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Tracks whether each chain in the hash table is stale
with respect to the current state of this object.
- fAttributeWC - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAttrProxy - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fAttrUses - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAugmentations - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fAugmentations - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fAugPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fBalanceSyntaxTrees - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Controls whether the DTD grammar produces balanced syntax trees.
- fBaseSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fBaseSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The base system identifier.
- fBaseSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
Base system identifier.
- fBaseSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
Base system identifier.
- fBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBaseURIScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBaseURIStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Base uri stack
- fBindNamespaces - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
If is true, the dtd validator is no longer in the pipeline
and the scanner should bind namespaces
- fBindNamespaces - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
If is true, the dtd validator is no longer in the pipeline
and the scanner should bind namespaces
- fBlock - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fBuckets - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable
-
- fBuckets - Variable in class org.apache.xerces.util.SymbolHash
-
Buckets.
- fBuckets - Variable in class org.apache.xerces.util.SymbolTable
-
Buckets.
- fBuffer - Variable in class org.apache.xerces.impl.io.ASCIIReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.Latin1Reader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.UCSReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.UTF16Reader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Byte buffer.
- fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Buffer size.
- fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fBufferSize - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBusy - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
- fByteOffset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
- fByteStream - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fByteStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fByteStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
Byte stream.
- fCachedDTD - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fCDATASymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "CDATA".
- fCertifiedText - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fCharacterOffset - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
Character offset.
- fCharRefLiteral - Variable in class org.apache.xerces.impl.XMLScanner
-
Literal value of the last character refence scanned.
- fCharStream - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fCharStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fCharStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
Character stream.
- fChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fColumnNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The column number where the error occured,
or -1 if there is no column number available.
- fColumnNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
Column number.
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Common components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Common components: XMLEntityManager, XMLErrorReporter
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Common components: XMLEntityManager, XMLErrorReporter
- fComponents - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Components.
- fComponents - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML 1.0 Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
XML 1.0 Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
XML 1.0 Components.
- fCompositor - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fConfigUpdated - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11Configuration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfiguration - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fConfiguration - Variable in class org.apache.xerces.parsers.XMLParser
-
The parser configuration.
- fConstraintType - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fContentDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Content dispatcher.
- fContentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Content handler.
- fContext - Variable in class org.apache.xerces.util.NamespaceSupport
-
Context indexes.
- fContextStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Offset stack for contexts.
- fContextType - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fContinueAfterFatalError - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Continue after fatal error feature.
- fCount - Variable in class org.apache.xerces.util.SymbolTable
-
The total number of entries in the hash table.
- fCreateCDATANodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Create cdata nodes.
- fCreateEntityRefNodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Create entity reference nodes.
- fCurrentAttributeIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Current attribute index.
- fCurrentBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fCurrentCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentCDATASectionIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentContext - Variable in class org.apache.xerces.util.NamespaceSupport
-
The current context.
- fCurrentDTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Current DTD scanner.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current DTD scanner.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current DTD scanner.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current DTD scanner.
- fCurrentDVFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current Datatype validator factory.
- fCurrentElement - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Current element.
- fCurrentElementIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Current element index.
- fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Current entity.
- fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fCurrentEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentLanguage - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fCurrentNode - Variable in class org.apache.xerces.dom.DOMNormalizer
-
for setting the PSVI
- fCurrentNode - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Current node.
- fCurrentNode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fCurrentNode - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Current node that is being processed
- fCurrentNodeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Current NamespaceContext.
- fCurrentPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
current PSVI element info
- fCurrentScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Current scanner
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current scanner
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current scanner
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current scanner
- fCurrentScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- fData - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XMLGrammarParser
-
fDatatypeValidatorFactory
- fDeclaration - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
attribute declaration
- fDeclaration - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
element declaration
- fDeclaration - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
attribute declaration
- fDeclaration - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
element declaration
- fDeclaredAttrs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fDeclaredEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Shared declared entities.
- fDeclHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Decl handler.
- fDeclPool - Variable in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
- fDeclPool - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- fDefault - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fDefault - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fDefaultErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Default error handler.
- fDefaultValue - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDeferNodeExpansion - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDeferredDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDeferredEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDepth - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- fDisallowDoctype - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Disallow doctype declaration.
- fDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Active dispatcher.
- fDocLocation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fDocLocation - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDoctypeName - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype name.
- fDoctypePublicId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype declaration public identifier.
- fDoctypeSystemId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype declaration system identifier.
- fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document.
- fDocumentClassName - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document class name to use.
- fDocumentHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The default Xerces document implementation, if used.
- fDocumentIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDocumentSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fDocumentSource - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
- fDocumentSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDocumentSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Document source
- fDocumentSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDocumentType - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document type node.
- fDocumentTypeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDocumentURI - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: documentURI
- fDOMError - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fDOMError - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDomErrorHandler - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fDOMErrorHandler - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDOMFilter - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDOMFilter - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDOML1 - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- fDoValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDTDContentModelHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The DTD content model handler.
- fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD content model source.
- fDTDContentModelSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
DTD content model source
- fDTDDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
DTD dispatcher.
- fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD Grammar.
- fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
DTD Grammar.
- fDTDHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDTDLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fDTDProcessor - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD Processor .
- fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Processor .
- fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Processor .
- fDTDScanner - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fDTDScanner - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.0 DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.DTDParser
-
fDTDScanner
- fDTDScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 DTD scanner.
- fDTDSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fDTDSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD source.
- fDTDSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
DTD source
- fDTDSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDTDTypes - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Validation against only DTD
- fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Validation against only DTD
- fDTDValidator - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD Validator.
- fDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Validator: binds namespaces
- fDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Validator: binds namespaces
- fDynamicValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Dynamic validation.
- fDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- features - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Normalization features
- features - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- features - Variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
REVISIT: Currently we handle 3 different configurations, would be nice just have one configuration
that has different recognized parameters depending if it is used in Core/LS.
- fElement - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fElementDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Element depth.
- fElementName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
name of owning element
- fElementQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element QName.
- fElements - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
The stack data.
- fElementStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element stack.
- fEnclosedElementName - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fEncoding - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fEncoding - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fEncoding - Variable in class org.apache.xerces.impl.io.UCSReader
-
- fEncoding - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
- fEncoding - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
Encoding.
- fEncodingSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "encoding".
- fEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entities.
- fENTITIESSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENTITIES".
- fEntityDepth - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity depth.
- fEntityExpansionCount - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fEntityExpansionLimit - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fEntityHandler - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity handler.
- fEntityManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fEntityManager - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Entity manager.
- fEntityName - Variable in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
The name of the entity.
- fEntityRef - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fEntityResolver - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Entity resolver .
- fEntityResolver - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Entity resolver
- fEntityResolver - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fEntityResolver - Variable in class org.apache.xerces.util.DOMEntityResolverWrapper
-
The DOM entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.util.EntityResolver2Wrapper
-
An instance of SAX2 Extensions 1.1's EntityResolver2.
- fEntityResolver - Variable in class org.apache.xerces.util.EntityResolverWrapper
-
The SAX entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fEntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Current entity scanner.
- fEntityScanner - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity scanner.
- fEntityStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Entity stack.
- fEntityStack - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity stack.
- fENTITYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENTITY".
- fENUMERATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENUMERATION".
- fErrorCode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Error code for comparisons.
- fErrorCodes - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
error codes
- fErrorCodes - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
error codes
- fErrorHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
-
error handler.
- fErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Error handler.
- fErrorHandler - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
DOM L3 error handler
- fErrorHandler - Variable in class org.apache.xerces.util.ErrorHandlerWrapper
-
The SAX error handler.
- fErrorHandler - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fErrorHandlerWrapper - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- fErrorMessages - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
error messages
- fErrorMessages - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
error messages
- fErrorReporter - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Error reporter
- fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLScanner
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fErrorReporter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fErrors - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
error codes and error messages
- fErrors - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
error codes and error messages
- fException - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fExpandedLocationPairs - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fExpandedSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The expanded system identifier.
- fExpandedSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fExpandedSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
expanded System identifier.
- fExpression - Variable in class org.apache.xerces.impl.xpath.XPath
-
Expression.
- fExternalGeneralEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
External general entities.
- fExternalNoNamespaceSchema - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fExternalParameterEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
External parameter entities.
- fExternalSchemas - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fExternalSubsetResolver - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
External subset resolver.
- fFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Features.
- fFieldActivator - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Field activator.
- fFieldCount - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Field count.
- fFieldCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fFields - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Fields.
- fFields - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fFilterReject - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: specifies that element with given QNAME and all its children
must be rejected
- fFinal - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fFirstChunk - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if saw the first chunk of characters
- fFIXEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#FIXED".
- fFixupBase - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFixupLang - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFollowRedirects - Variable in class org.apache.xerces.util.HTTPInputSource
-
Preference for whether HTTP redirects should be followed.
- fFoundMatchingPtrPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFullChecking - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fGlobalIDConstraintMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- fGlobalMapStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- fGrammar - Variable in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Grammar bucket.
- fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Grammar bucket.
- fGrammarBucket - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- fGrammarCount - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- fGrammarDescription - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fGrammarFound - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fGrammarPool - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fGrammarPool - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fGrammars - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
Grammars associated with element root name.
- fGrammars - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
deferred XSModel
- fGrammars - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Grammars.
- fGtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "gt".
- fHasExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
has external dtd
- fHasPEReferences - Variable in class org.apache.xerces.impl.XMLEntityManager
-
True if the current document contains parameter entity references.
- fHrefFromParent - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fHTTPRequestProperties - Variable in class org.apache.xerces.util.HTTPInputSource
-
HTTP request properties.
- fIANA2JavaMap - Static variable in class org.apache.xerces.util.EncodingMap
-
fIANA2JavaMap
- fId - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- fIDAttrName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fIDConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
- fIdConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fIdCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier count.
- fIdElement - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier element indexes.
- fIdentifier - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Identifier.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Field
-
Identity constraint.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
Identity constraint.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Identity constraint.
- fIdentityConstraint2ValueStoreMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Values stores associated to specific identity constraints.
- fIdentityConstraintName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Identity constraint name.
- fIdName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier name indexes.
- fIDREFSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "IDREFS".
- fIDREFSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "IDREF".
- fIDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ID".
- Field - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint field.
- Field(Field.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Field
-
Constructs a field.
- Field.Matcher - Class in org.apache.xerces.impl.xs.identity
-
Field matcher.
- Field.Matcher(Field.XPath, ValueStore) - Constructor for class org.apache.xerces.impl.xs.identity.Field.Matcher
-
Constructs a field matcher.
- Field.XPath - Class in org.apache.xerces.impl.xs.identity
-
Field XPath.
- Field.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Field.XPath
-
Constructs a field XPath expression.
- FieldActivator - Interface in org.apache.xerces.impl.xs.identity
-
Interface for a field activator.
- fIMPLIEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#IMPLIED.
- fInCDATA - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fInCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside CDATA section.
- fIncludeComments - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Include Comments.
- fIncludeIgnorableWhitespace - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Include ignorable whitespace.
- findElemInTable(XSComplexTypeDecl, XSElementDecl, SymbolHash) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- findGrammar(XSDDescription, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
First try to find a grammar in the bucket, if failed, consult the
grammar pool.
- findNamePoint(String, int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Subroutine: Locate the named item, or the point at which said item
should be added.
- findNamePoint(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
This findNamePoint is for DOM Level 2 Namespaces.
- fInDTD - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside DTD.
- fInDTD - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
True if inside DTD.
- fInDTDExternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside DTD external subset.
- fInDTDIgnore - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
True if in an ignore conditional section of the DTD.
- findUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Return index of UTC char: 'Z', '+', '-'
- fInEntityRef - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: true if inside entity reference
- fInExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fInitialDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Initial depth in the document at which this matcher was created.
- fInputSource - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fInputSource - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fInputSource - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fInputStream - Variable in class org.apache.xerces.impl.io.ASCIIReader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.Latin1Reader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.UCSReader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.UTF16Reader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Input stream.
- fInScanContent - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
SubScanner state: inside scanContent method.
- fInternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Internal subset buffer.
- FIRST_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
- FIRSTCHILD - Static variable in class org.apache.xerces.dom.NodeImpl
-
- firstChild - Variable in class org.apache.xerces.dom.ParentNode
-
First child.
- firstChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the first child Node from the current node,
after applying filter, whatToshow.
- firstPos() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- fIsBigEndian - Variable in class org.apache.xerces.impl.io.UTF16Reader
-
Endianness.
- fIsEntityDeclaredVC - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
True if [Entity Declared] is a VC; false if it is a WFC.
- fIsStandalone - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- fIsTableViewConsistent - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Indicates whether the table view contains consistent data.
- fIsXPointerResolved - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fixURI(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
Fixes a platform dependent filename to standard URI form.
- fJava2IANAMap - Static variable in class org.apache.xerces.util.EncodingMap
-
fJava2IANAMap
- fJaxpSchemaSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fKey - Variable in class org.apache.xerces.impl.xs.identity.KeyRef
-
The key (or unique) being referred to.
- fKeyValueStore - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
Key value store.
- flags - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- flags - Variable in class org.apache.xerces.dom.NodeImpl
-
- fLanguageScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLanguageStack - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLargeCount - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Usage count for the attribute table view.
- fLastComponent - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Last component in the document pipeline
- fLength - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Attribute count.
- fLexicalHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Lexical handler.
- fLexicalHandlerParameterEntities - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Lexical handler parameter entities.
- fLineNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The line number where the error occured,
or -1 if there is no line number available.
- fLineNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
Line number.
- fLiteralSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The literal system identifier.
- fLiteralSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLiteralSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
literal System identifier.
- fLoadExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Load external DTD.
- fLoadFactor - Variable in class org.apache.xerces.util.SymbolTable
-
The load factor for the SymbolTable.
- FLOAT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
A code representing the float data type as defined in .
- FLOAT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
float
- FloatDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "float"
- FloatDV() - Constructor for class org.apache.xerces.impl.dv.xs.FloatDV
-
- fLocale - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Locale.
- fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fLocale - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
The locale to be used to format error messages.
- fLocale - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Locale.
- fLocale - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fLocale - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fLocale - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fLocale - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fLocalItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fLocalNSBinder - Variable in class org.apache.xerces.dom.DOMNormalizer
-
Stores all namespace bindings on the current element
- fLocalNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
stores all namespace bindings on the current element
- fLocalNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
stores all namespace bindings on the current element
- fLocalValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
current data
- fLocalValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fLocationHints - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fLocationPairs - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fLocationPaths - Variable in class org.apache.xerces.impl.xpath.XPath
-
Location paths.
- fLocator - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fLocator - Variable in class org.apache.xerces.dom.DOMNormalizer
-
DOM Locator - for namespace fixup algorithm
- fLocator - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Document locator.
- fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
XML locator.
- fLocator - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fLocator - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fLtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "lt".
- flush() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
Flush the output stream.
- flush() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
Flush the output stream.
- flushLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
Flushes the line accumulated so far to the writer and get ready
to accumulate the next line.
- flushLine(boolean) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- fMarkupDepth - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Markup depth.
- fMatchedDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Depth at match.
- fMatchedString - Variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The matching string.
- fMatchers - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Active matchers.
- fMatchersCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Count of active matchers.
- fMatcherStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Stack of active XPath matchers for identity constraints.
- fMaxOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fMayMatch - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
A flag indicating whether the field is allowed to match a value.
- fMessage - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fMessageFormatters - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Mapping of Message formatters for domains.
- fMinOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fModelGroup - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fNamespace - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
target namespace
- fNamespace - Variable in class org.apache.xerces.util.NamespaceSupport
-
Namespace binding information.
- fNamespace - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The namespace of the resource.
- fNamespaceAware - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fNamespaceBinder - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Namespace binder.
- fNamespaceContext - Variable in class org.apache.xerces.dom.DOMNormalizer
-
The namespace context of this document: stores namespaces in scope
- fNamespaceContext - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Namespace support.
- fNamespaceContext - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Namespace support.
- fNamespaceContext - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- fNamespaceContext - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespace context
- fNamespaceContext - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fNamespaceCounter - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- fNamespaceDeclarations - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
Include namespace declaration attributes in the document.
- fNamespaceGrowth - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fNamespaceList - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fNamespaceList - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fNamespacePrefixes - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespace prefixes.
- fNamespacePrefixes - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Controls whether namespace prefixes will be printed out during serialization
- fNamespaces - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.impl.XMLScanner
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Namespaces.
- fNamespaces - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
Controls whether namespace fixup should be performed during
the serialization.
- fNamespaces - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Controls whether namespace fixup should be performed during
the serialization.
- fNamespaceScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.0 Document scanner.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespacesEnabled - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
DOM2: For namespace support in the deferred case.
- fNamespaceSize - Variable in class org.apache.xerces.util.NamespaceSupport
-
The top of the namespace information array.
- fNamespaceValidation - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fNil - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false
- fNil - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false
- fNMTOKENSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NMTOKENS".
- fNMTOKENSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NMTOKEN".
- fNodeCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node count.
- fNodeExtra - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Extra data.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCommentImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementNSImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredNotationImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredTextImpl
-
Node index.
- fNodeLastChild - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node first children.
- fNodeListCache - Variable in class org.apache.xerces.dom.ParentNode
-
NodeList cache
- fNodeName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node names.
- fNodeParent - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node parents.
- fNodePrevSib - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node prev siblings.
- fNodeType - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node types.
- fNodeURI - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node namespace URI.
- fNodeValue - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node values.
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
DTD Validator that does not bind namespaces
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Validator that does not bind namespaces
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Validator that does not bind namespaces
- fNonNSScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Default Xerces implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonSchemaAttrs - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fNonXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Non-XInclude NamespaceContext.
- fNormalizeData - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fNotation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
http://www.w3.org/TR/xmlschema-1/#e-notation
- fNotation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
http://www.w3.org/TR/xmlschema-1/#e-notation
- fNotationRegistry - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- fNOTATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NOTATION".
- fNotifyBuiltInRefs - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Notify built-in references.
- fNotifyCharRefs - Variable in class org.apache.xerces.impl.XMLScanner
-
Character references notification.
- fNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
stores namespaces in scope
- fNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
stores namespaces in scope
- fNum - Variable in class org.apache.xerces.util.SymbolHash
-
Number of elements.
- fNumAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- focus() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- focus() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- focus() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- focus() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- fOffset - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Offset into buffer.
- fOnlyPassPrefixMappingEvents - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Only pass start and end prefix mapping events.
- FOP - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.
The output method for FO documents as PDF.
- FORM_QUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- FORM_UNQUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- formatMessage(String, String, Object[]) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.xs.XSMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.DatatypeMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in interface org.apache.xerces.util.MessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.SAXMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- fOut - Variable in class org.apache.xerces.util.DefaultErrorHandler
-
Print writer.
- fOut - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fParentRelativeURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fParentSettings - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Parent parser configuration settings.
- fParentXIncludeHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fParseInProgress - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11Configuration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
True if a parse is in progress.
- fParserSettings - Variable in class org.apache.xerces.impl.XMLScanner
-
Internal parser-settings feature
- fParticleCount - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fParticles - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fPerformValidation - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
If validating parser, make sure we report an error in the
scanner if DTD grammar is missing.
- fPerformValidation - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
If validating parser, make sure we report an error in the
scanner if DTD grammar is missing.
- fPoolIsLocked - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- fPossibleRoots - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- fPrefixes - Variable in class org.apache.xerces.util.NamespaceSupport
-
- fProcessContents - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fPrologDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Prolog dispatcher.
- fProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Properties.
- fPSVI - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fPublicId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fPublicId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fPublicId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The public identifier.
- fPublicId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
Public identifier.
- fPublicId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
-
Public identifier.
- fQName - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fQName - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fQuotient(int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- fQuotient(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- fQuotSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "quot".
- fractionDigits - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of fractionDigits facet.
- fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- fReaderStack - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fReadingExternalDTD - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
fReadingExternalDTD
- fRecognizedFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Recognized features.
- fRecognizedProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Recognized properties.
- fRejectedElementDepth - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: tracks the element depth within a rejected subtree.
- fRelatedData - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fRelatedNode - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
related data node
- fReportEntity - Variable in class org.apache.xerces.impl.XMLScanner
-
Report entity boundary.
- fREQUIREDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#REQUIRED".
- fResolveDTDURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Resolve DTD URIs.
- fResourceIdentifier - Variable in class org.apache.xerces.impl.XMLScanner
-
- fromChar(int) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns the name of an HTML character reference based on its character
value.
- fromInstance() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- fRoot - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Root element node.
- fRootName - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- fScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Document scanner.
- fScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Document scanner.
- fScannerState - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state.
- fScannerState - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state.
- fScanningAttribute - Variable in class org.apache.xerces.impl.XMLScanner
-
Scanning attribute.
- fScanningDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanning DTD.
- fSchemaDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fSchemaElementDefault - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fSchemaHandler - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSchemaInformation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
the schema information property
- fSchemaInformation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
the schema information property
- fSchemaLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fSchemaType - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
- fSchemaValidator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
XML Schema Validator.
- fSchemaValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML Schema Validator.
- fScope - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- fSecurityManager - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fSecurityManager - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSeen - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
True if seen DOCTYPE declaration.
- fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Seen doctype declaration.
- fSeenExternalDTD - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Seen external DTD.
- fSeenPEReferences - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Seen a parameter entity reference.
- fSelector - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Selector.
- fSettings - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSeverity - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fShadowGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Shadow the grammar pool for new parser instances.
- fShadowSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Shadow the symbol table for new parser instances.
- fSize - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
The size of the stack.
- fSkippedElemStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: store depth of skipped elements
- fSpecified - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
If this attribute was explicitly given a
value in the original document, this is true; otherwise, it is false
- fSpecified - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
false if the element value was provided by the schema; true otherwise.
- fSpecified - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
If this attribute was explicitly given a
value in the original document, this is false; otherwise, it is true
- fSpecified - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
true if the element value was provided by the schema; false otherwise.
- fStandalone - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Standalone.
- fStandalone - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Standalone.
- fStandalone - Variable in class org.apache.xerces.impl.XMLEntityManager
-
True if the document entity is standalone.
- fStandalone - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Standalone document declaration.
- fStandaloneSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "standalone".
- fStaticGrammarPool - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fStaticSymbolTable - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fStore - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
Value store for data values.
- fStorePSVI - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Whether to store PSVI information in DOM tree.
- fStrBuffer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Temporary buffer to store character data
- fStrictURI - Variable in class org.apache.xerces.impl.XMLEntityManager
-
standard uri conformant (strict uri).
- fStringBuffer - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Character buffer
- fSubGroup - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fSymbolTable - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.dom.DOMNormalizer
-
symbol table
- fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLScanner
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.xpath.XPath
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSymbolTable - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fSymbolTable - Variable in class org.apache.xerces.util.ShadowedSymbolTable
-
Main symbol table.
- fSymbolTable - Variable in class org.apache.xerces.util.SynchronizedSymbolTable
-
Main symbol table.
- fSymbolTable - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSymbolTable - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fSymbolTable - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
symbol table for serialization
- fSymbolTable - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
symbol table for serialization
- fSynchronizedGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Grammar pool.
- fSynchronizedSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Symbol table.
- fSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fSystemId - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fSystemId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
-
System identifier.
- fTableSize - Variable in class org.apache.xerces.util.SymbolHash
-
Default table size.
- fTableSize - Variable in class org.apache.xerces.util.SymbolTable
-
actual table size
- fTableViewBuckets - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Actual number of buckets in the table view.
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fTempString - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
String.
- fTempString2 - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
String.
- fThreshold - Variable in class org.apache.xerces.util.SymbolTable
-
The table is rehashed when its size exceeds this threshold.
- fTrailingMiscDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Trailing miscellaneous section dispatcher.
- fTriggeringComponent - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fType - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fType - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Exception type.
- fTypeDecl - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
type of attribute, simpleType
- fTypeDecl - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
type of element, could be xsi:type
- fTypeDecl - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
type of attribute, simpleType
- fTypeDecl - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
type of element, could be xsi:type
- FullDVFactory - Class in org.apache.xerces.impl.dv.xs
-
the factory to create/return built-in schema DVs and create user-defined DVs
- FullDVFactory() - Constructor for class org.apache.xerces.impl.dv.xs.FullDVFactory
-
- fullSchemaChecking(XSGrammarBucket, SubstitutionGroupHandler, CMBuilder, XMLErrorReporter) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
used to check the 3 constraints against each complex type
(should be each model group):
Unique Particle Attribution, Particle Derivation (Restriction),
Element Declrations Consistent.
- fUnparsedLocations - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fUnresolvedTypeName - Variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- fUnresolvedTypeName - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fUri - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The URI where the error occured,
or null if there is no URI available.
- fUse - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Use EntityResolver2.
- fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.DOMParser
-
Use EntityResolver2.
- fUseGrammarPoolOnly - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fUtf16Offset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646],
offset into the input source this locator is pointing to or -1 if there
is no UTF-16 offset available.
- fValENTITIES - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ENTITIES.
- fValENTITY - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ENTITY.
- fValID - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ID.
- fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.XMLScanner
-
Validation.
- fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validation attempted: none, partial, full
- fValidationContext - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validation context: could be QName or XPath expression
- fValidationHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
-
Validation handler represents validator instance.
- fValidationManager - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- fValidationManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fValidationManager - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Validation manager .
- fValidationManager - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Validation manager.
- fValidationManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- fValidationManager - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fValidationManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fValidationState - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fValidationState - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fValidator - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fValidity - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validity: valid, invalid, unknown
- fValIDRef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: IDREF.
- fValIDRefs - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: IDREFS.
- fValNMTOKEN - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NMTOKEN.
- fValNMTOKENS - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NMTOKENS.
- fValNOTATION - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NOTATION.
- fValue - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Schema value
- fValue - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
Schema value
- fValue - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Schema value
- fValue - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Schema value
- fValue - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
global data
- fValuesCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Current data value count.
- fValueStoreCache - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Cache of value stores for identity constraint fields.
- fValueStores - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
stores all global Values stores.
- fValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fVersion - Static variable in class org.apache.xerces.impl.Version
-
Deprecated.
getVersion() should be used instead.
- fVersion - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fVersionDetector - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
XML version detector.
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "version".
- fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Symbol: "version".
- fVSs - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
warn on duplicate attribute definition, this feature works only when validation is true
- fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
warn on duplicate attribute definition, this feature works only when validation is true
- fWarnDuplicateEntityDef - Variable in class org.apache.xerces.impl.XMLEntityManager
-
warn on duplicate Entity declaration.
- fWarnOnUndeclaredElemdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
warn on undeclared element referenced in content model, this feature only works when valiation is true
- fXInclude10TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXInclude11TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeEnabled - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Flag indicating whether XInclude processsing is enabled.
- fXIncludeHandler - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
XInclude handler.
- fXIncludeLocator - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeMessageFormatter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
XInclude NamespaceContext.
- fXML10EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
XML 1.0 entity scanner.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML 1.1.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
XML 1.1.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
XML 1.1.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
The XML 1.1 Datatype validator factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.1 Datatype validator factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 datatype factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 datatype factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 datatype factory.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD processor.
- fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD processor.
- fXML11DTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.1 DTD scanner.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD scanner.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD scanner.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 DTD scanner.
- fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD validator that does not do namespace binding.
- fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD validator that does not do namespace binding.
- fXML11EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
XML 1.1 entity scanner.
- fXML11NSDocScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
The XML 1.1 Document scanner.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD validator that does namespace binding.
- fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD validator that does namespace binding.
- fXMLDeclDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
XML declaration dispatcher.
- fXMLNSURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
XMLNS URIs: Namespace declarations in the
http://www.w3.org/2000/xmlns/ namespace.
- fXMLSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
- fXPath - Variable in class org.apache.xerces.impl.xs.identity.Field
-
Field XPath.
- fXPath - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
XPath.
- fXPointerChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXPointerErrorReporter - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPointerPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPointerParts - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPtrProcessor - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXSDDescription - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Schema Grammar Description passed, to give a chance to application to supply the Grammar
- fXSIErrorReporter - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Error reporter.
- GDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The day data type as defined in .
- GDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
gDay
- GENERATE_SYNTHETIC_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Feature identifier: generate synthetic annotations.
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: generate synthetic annotations.
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Generate synthetic annotations feature ("generate-synthetic-annotations").
- get(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
Returns the value associated with the specified key tuple.
- get(int) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
- get(Object) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- get(int) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- get(Object) - Method in class org.apache.xerces.util.SymbolHash
-
Get the value associated with the given key.
- getAbbr() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getAbstract() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{abstract} A boolean.
- getAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{abstract} A boolean.
- getAbstract() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
[abstract]: a boolean.
- getAbstract() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
{abstract} A boolean.
- getAbstractSchema() - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
-
Deprecated.
Associate an ASModel
with a LSParser
.
- getAbstractSchema() - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Associate an ASModel
with a document instance.
- getAccept() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getAcceptCharset() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getAcceptCharset() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getAcceptCharset() - Method in interface org.apache.wml.WMLGoElement
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLLabelElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLLegendElementImpl
-
- getAccessKey() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getAction() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getActiveASModel() - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
The active external ASModel.
- getActualEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of actual enumeration values if it exists, otherwise an empty
ObjectList
.
- getActualEnumValue(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getActualFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
-
If this facet is minInclusive, maxInclusive, minExclusive, or
maxExclusive, then return the actual value of the facet.
- getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getActualNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
-
Deprecated.
Use getSchemaValue().getActualValue() instead
- getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getActualNormalizedValueType() - Method in interface org.apache.xerces.xs.ItemPSVI
-
Deprecated.
Use getSchemaValue().getActualValueType() instead
- getActualValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DayDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IntegerDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.StringDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.UnionDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
Convert a string to a compiled form
- getActualValue() - Method in interface org.apache.xerces.xs.XSValue
-
The actual value.
- getActualValueType() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getActualValueType() - Method in interface org.apache.xerces.xs.XSValue
-
The actual value built-in datatype, e.g.
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
Deprecated.
Use getValueConstraintValue().getActualValue() instead
- getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
Deprecated.
Use getValueConstraintValue().getActualValue() instead
- getActualVC() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Deprecated.
Use getValueConstraintValue().getActualValue() instead
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
- getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
- getActualVCType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
- getAlign() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLDivElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLHeadingElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLLegendElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLParagraphElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getAlign() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getAlign() - Method in class org.apache.wml.dom.WMLPElementImpl
-
- getAlign() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getAlign() - Method in interface org.apache.wml.WMLImgElement
-
- getAlign() - Method in interface org.apache.wml.WMLPElement
-
- getAlign() - Method in interface org.apache.wml.WMLTableElement
-
- getALink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.EntityDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.StringDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.UnionDV
-
- getAllPrefixes() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getAllPrefixes() - Method in class org.apache.xerces.util.NamespaceSupport
-
- getAllPrefixes() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getAllPrefixes() - Method in interface org.apache.xerces.xni.NamespaceContext
-
Return an enumeration of all prefixes whose declarations are active
in the current context.
- getAlt() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getAlt() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getAlt() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getAlt() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getAlt() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getAlt() - Method in interface org.apache.wml.WMLImgElement
-
- getAltKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getAnchors() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getAnnotation() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Optional.
- getAnnotation(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSFacet
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroup
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
-
An annotation if it exists, otherwise null
.
- getAnnotation() - Method in interface org.apache.xerces.xs.XSWildcard
-
An annotation if it exists, otherwise null
.
- getAnnotations() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[annotations]: a set of annotations for this simple type component if
it exists, otherwise an empty XSObjectList
.
- getAnnotations() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getAnnotations() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList
.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Optional.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSFacet
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSIDCDefinition
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSModel
-
[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroup
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSParticle
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotations() - Method in interface org.apache.xerces.xs.XSWildcard
-
A sequence of [annotations] or an empty XSObjectList
.
- getAnnotationString() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
A text representation of annotation.
- getAnnotationString() - Method in interface org.apache.xerces.xs.XSAnnotation
-
A text representation of the annotation.
- getAnonymous() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getAnonymous() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A boolean that specifies if the type definition is anonymous.
- getAnonymous() - Method in interface org.apache.xerces.xs.XSTypeDefinition
-
Convenience attribute.
- getApplets() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getArchive() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getArchive() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getAreas() - Method in class org.apache.html.dom.HTMLMapElementImpl
-
- getArgs() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Return the list of error arguments
- getArgs() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
-
- getArguments() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the replacement arguments for the error
message or null
if none exist.
- getASAttributeDecls() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
TheASNamedObjectMap
containing
ASAttributeDeclarations
for all the attributes that can
appear on this type of element.
- getAsCM() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
The content model of element.
- getAsHint() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The hint to locating an ASModel.
- getAsHint() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
The hint to locating an ASModel.
- getAsLocation() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The URI reference.
- getAsLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
The URI reference.
- getASModels() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
To retrieve a list of nested ASModels without reference to names.
- getASModels() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
To retrieve a list of nested ASModels without reference to names.
- getAsNodeType() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
A code representing the underlying object as defined above.
- getAsNodeType() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
A code representing the underlying object as defined above.
- getAsync() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getAsync() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getAttr(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrChange() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
- getAttrDeclaration() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
{attribute declaration} provides the attribute declaration itself,
which will in turn determine the simple type definition used.
- getAttrDeclaration() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
[attribute declaration]: provides the attribute declaration itself,
which will in turn determine the simple type definition used.
- getAttrGrp() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getAttribute(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getAttribute(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the attribute value of the given name.
- getAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttribute(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttributeByName(QName) - Method in class org.apache.xerces.stax.events.StartElementImpl
-
- getAttributeDecl(int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getAttributeDecl
- getAttributeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getAttributeDeclaration() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
An item isomorphic to the attribute declaration used to validate
this attribute.
- getAttributeDeclaration() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
An item isomorphic to the attribute declaration used to validate
this attribute.
- getAttributeDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getAttributeDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeDeclaration() - Method in interface org.apache.xerces.xs.AttributePSVI
-
[attribute declaration]: An item isomorphic to the declaration
component itself.
- getAttributeDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getAttributeDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getAttributeDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
attribute declarations.
- getAttributeDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
attribute declarations.
- getAttributeDeclIndex(int, String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getAttributeDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if the specified attribute declaration is external.
- getAttributeGroup(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getAttributeGroup(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeGroup(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeGroup(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getAttributeGroup(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getAttributeList() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Returns an NodeList
containing all the possible
Attr
s that can appear with this type of element.
- getAttributeNode(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getAttributeNode(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributeNodeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Retrieves an Attr node by local name and namespace URI.
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributePSVI(int) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getAttributePSVI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getAttributePSVI(int) - Method in interface org.apache.xerces.xs.PSVIProvider
-
Provides AttributePSVI
given the index of an attribute
information item in the current element's attribute list.
- getAttributePSVIByName(String, String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getAttributePSVIByName(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getAttributePSVIByName(String, String) - Method in interface org.apache.xerces.xs.PSVIProvider
-
Provides AttributePSVI
given the namespace name and the
local name of an attribute information item in the current element's
attribute list.
- getAttributes() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
Query the attributes defined on this Element.
- getAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Retrieve all the Attributes as a set.
- getAttributes() - Method in class org.apache.xerces.dom.NodeImpl
-
Return the collection of attributes associated with this node,
or null if none.
- getAttributes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getAttributes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributes() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns all attribute of such element (or enclosing element).
- getAttributes() - Method in class org.apache.xerces.stax.events.StartElementImpl
-
- getAttributes() - Method in class org.apache.xerces.util.AttributesProxy
-
- getAttributes() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns all attributes of such an element (or enclosing element).
- getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getAttributeUse() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getAttributeUseNoProhibited(String, String) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
{attribute uses} A set of attribute uses.
- getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{attribute uses} A set of attribute uses.
- getAttributeUses() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
-
A set of [attribute uses] if it exists, otherwise an empty
XSObjectList
.
- getAttributeUses() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
A set of attribute uses if it exists, otherwise an empty
XSObjectList
.
- getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
{attribute wildcard} Optional.
- getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{attribute wildcard} Optional.
- getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
-
A [wildcard] if it exists, otherwise null
.
- getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
An attribute wildcard if it exists, otherwise null
.
- getAttrName() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getAttrNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrs(Element) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrValue(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrValueNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAugmentations(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentations by Namespace name.
- getAugmentations(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentation by XML 1.0 qualified name.
- getAugmentations(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentations by attributes index.
- getAugmentations(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an augmentation by attribute's index.
- getAugmentations(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an augmentation by namespace name.
- getAugmentations(String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an augmentation by XML 1.0 qualified name.
- getAuthority() - Method in class org.apache.xerces.util.URI
-
Get the authority for this URI.
- getAvailableArray() - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- getAxis() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getBackground() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getBaseSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the base system identifier of the currently scanned
entity, or null if none is available.
- getBaseSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getBaseSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getBaseSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getBaseSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getBaseSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the base URI against which the literal SystemId is to be resolved.
- getBaseSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the base system identifier.
- getBaseSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the base system identifier.
- getBaseSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the base system identifier.
- getBaseSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Returns the base URI against which the literal SystemId is to be
resolved.
- getBaseType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getBaseType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getBaseType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{base type definition} Either a simple type definition or a complex
type definition.
- getBaseType() - Method in interface org.apache.xerces.xs.XSTypeDefinition
-
{base type definition}: either a simple type definition or a complex
type definition.
- getBaseURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The base URI to be used (see section 5.1.4 in ) for resolving relative
URIs to absolute URIs.
- getBaseURI() - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3 WD - Experimental.
- getBaseURI() - Method in class org.apache.xerces.dom.EntityImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.NodeImpl
-
The absolute base URI of this node or null
if undefined.
- getBaseURI() - Method in class org.apache.xerces.dom.NotationImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
DOM Level 3
- getBaseURI() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getBaseURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Gets the base URI that was in use at that depth
- getBeginning(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return a start position in the target text matched to specified regular expression group.
- getBgColor() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getBgColor() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getBgColor() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getBgColor() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getBigDecimal() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getBigInteger() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- getBody() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getBorder() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getBorder() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getBorder() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getBoundASModels() - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
A list of ASObject
s of type AS_MODEL
s
associated with a document.
- getBounded() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: bounded.
- getBounded() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getBounded() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Fundamental Facet: bounded.
- getBubbles() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
return a dtd type of the given name
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
return a dtd type of the given name
This will call the super class if and only if it does not
recognize the passed-in name.
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.DTDDVFactory
-
return a dtd type of the given name
- getBuiltInKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Returns the closest built-in type category this type represents or
derived from.
- getBuiltInKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getBuiltInKind() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Returns the closest built-in type category this type represents or
derived from.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
get all built-in DVs, which are stored in a hashtable keyed by the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
get all built-in DVs, which are stored in a hashtable keyed by the name
New XML 1.1 datatypes are inserted.
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.DTDDVFactory
-
get all built-in DVs, which are stored in a hashtable keyed by the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
get all built-in simple types, which are stored in a SymbolHash keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBusy() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getButton() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getByte() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getByteOffset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
- getByteStream() - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of bytes.
- getByteStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
Depending on the language binding in use, this attribute may not be
available.
- getByteStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the byte stream.
- getCancelable() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getCapturedText(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return an substring of the target text matched to specified regular expression group.
- getCatalogList() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the initial list of catalog entry files.
- getCategory() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{identity-constraint category} One of key, keyref or unique.
- getCategory() - Method in interface org.apache.xerces.xs.XSIDCDefinition
-
[identity-constraint category]: one of key, keyref or unique.
- getCause() - Method in exception org.apache.xerces.xni.XNIException
-
Returns the cause of this XNIException
.
- getCDataElements() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns a list of all the elements whose text node children
should be output as CDATA, or null if no such elements were
specified.
- getCellIndex() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getCellPadding() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getCells() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getCellSpacing() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getCertifiedText() - Method in class org.apache.xerces.dom.DOMInputImpl
-
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
- getCh() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getCh() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getCh() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getCh() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getCharacterEncodingScheme() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
-
- getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the character offset where the current document event ends.
- getCharacterOffset() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the character offset.
- getCharacterOffset() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getCharacterOffset() - Method in class org.apache.xerces.stax.EmptyLocation
-
Return the byte or character offset into the input source this location
is pointing to.
- getCharacterOffset() - Method in class org.apache.xerces.stax.ImmutableLocation
-
- getCharacterOffset() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getCharacterOffset() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getCharacterOffset() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getCharacterOffset() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the character offset.
- getCharacterOffset() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the character offset, or -1
if no character offset is available.
- getCharacterStream() - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of 16-bit units.
- getCharacterStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
- getCharacterStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the character stream.
- getCharset() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getCharset() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getCharset() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getChildElementCount() - Method in class org.apache.xerces.dom.ElementImpl
-
- getChildElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Returns an NodeList
containing the possible
Element
names that can appear as children of this type
of element.
- getChildNodes() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getChildNodes() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
Explicit implementation of getChildNodes() to avoid problems with
overriding the getLength() method hidden in the super class.
- getChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Returns an empty node list.
- getChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.dom.ParentNode
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getChildNodesUnoptimized() - Method in class org.apache.xerces.dom.ParentNode
-
Create a NodeList to access children that is use by subclass elements
that have methods named getLength() or item(int).
- getChildText(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Returns the concatenated child text of the specified node.
- getChOff() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getChOff() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getChOff() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getChOff() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getCite() - Method in class org.apache.html.dom.HTMLModElementImpl
-
- getCite() - Method in class org.apache.html.dom.HTMLQuoteElementImpl
-
- getClassName() - Method in class org.apache.html.dom.HTMLElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLAElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLBElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLHeadElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLIElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLNoopElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLPElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLPrevElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLTrElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLUElementImpl
-
- getClassName() - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- getClassName() - Method in interface org.apache.wml.WMLElement
-
- getClear() - Method in class org.apache.html.dom.HTMLBRElementImpl
-
- getClientX() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getClientY() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getCMBinOpNode(int, CMNode, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCMLeafNode(int, Object, int, int) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCMRepeatingLeafNode(int, Object, int, int, int, int) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCMUniOpNode(int, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCode() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getCode() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getCodeBase() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getCodeBase() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getCodeType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getCollapsed() - Method in class org.apache.xerces.dom.RangeImpl
-
- getColor() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- getColor() - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- getCols() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
-
- getCols() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getColSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getColumnNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The column number where the error occured, or -1 if there is no column
number available.
- getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the column number where the current document event ends.
- getColumnNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the column number.
- getColumnNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getColumnNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Column number.
- getColumnNumber() - Method in class org.apache.xerces.stax.EmptyLocation
-
Return the column number where the current event ends,
returns -1 if none is available.
- getColumnNumber() - Method in class org.apache.xerces.stax.ImmutableLocation
-
- getColumnNumber() - Method in class org.apache.xerces.util.LocatorProxy
-
Column number.
- getColumnNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getColumnNumber() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getColumnNumber() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getColumnNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the row number.
- getColumnNumber() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the column number, or -1
if no column number is available.
- getColumns() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getColumns() - Method in interface org.apache.wml.WMLTableElement
-
- getCommonAncestorContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getCompact() - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
-
- getCompact() - Method in class org.apache.html.dom.HTMLDListElementImpl
-
- getCompact() - Method in class org.apache.html.dom.HTMLMenuElementImpl
-
- getCompact() - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- getCompact() - Method in class org.apache.html.dom.HTMLUListElementImpl
-
- getComplexTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getComponents(short) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[schema components]: a list of top-level components, i.e.
- getComponents() - Method in class org.apache.xerces.impl.xs.util.XSInputSource
-
- getComponents(short) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Returns a list of top-level components, i.e.
- getComponents(short) - Method in interface org.apache.xerces.xs.XSModel
-
Returns a list of top-level components, i.e.
- getComponents(short) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
[schema components]: a list of top-level components, i.e.
- getComponentsByNamespace(short, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getComponentsByNamespace(short, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getComponentsExt(short) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getCompositor() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
{compositor} One of all, choice or sequence.
- getCompositor() - Method in interface org.apache.xerces.xs.XSModelGroup
-
[compositor]: one of all, choice or sequence.
- getConfig() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getConfig() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
The configuration of a document.
- getConfig() - Method in interface org.apache.xerces.xs.XSLoader
-
The configuration of a document.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Value constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Value Constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
A value constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Namespace constraint: A constraint type: any, not, list.
- getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED
.
- getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
Value Constraint: one of default, fixed, or none.
- getConstraintType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[Value constraint]: one of VC_NONE, VC_DEFAULT, VC_FIXED
.
- getConstraintType() - Method in interface org.apache.xerces.xs.XSWildcard
-
Namespace constraint: A constraint type: any, not, list.
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Value constraint: The actual value (with respect to the {type
definition}) Should we return Object instead of DOMString?
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Value Constraint: The actual value (with respect to the {type
definition}).
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
A value constraint: The actual value (with respect to the {type
definition})
- getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
- getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
- getConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
- getContainer() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
If usage
is EXTERNAL_SUBSET or NOT_USED, and the
ASModel
is simply a container of other ASModels.
- getContainer() - Method in class org.apache.xerces.dom.NodeImpl
-
For non-child nodes, the node which "points" to this node.
- getContent() - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getContent() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getContent() - Method in interface org.apache.wml.WMLMetaElement
-
- getContentDocument() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getContentDocument() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getContentDocument() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getContentHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current content handler.
- getContentModel(XSComplexTypeDecl, boolean) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
-
Get content model for the a given type
- getContentModel(CMBuilder) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getContentModel(CMBuilder, boolean) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getContentModelDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global
content model declarations.
- getContentModelDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global
content model declarations.
- getContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getContentSpec
- getContentSpec(int, XMLContentSpec) - Method in interface org.apache.xerces.impl.dtd.XMLContentSpec.Provider
-
Fills in the provided content spec structure with content spec
information for a unique identifier.
- getContentSpecAsString(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getContentSpecAsString
- getContentSpecIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the index to the content spec for the given element
declaration, or -1
if the element declaration
index was invalid.
- getContentSpecType(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
make separate function for getting contentSpecType of element.
- getContentType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
The content type of the element.
- getContentType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{content type} One of empty, a simple type definition (see
simpleType
, or mixed, element-only (see
cmParticle
).
- getContentType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
[content type]: one of empty (CONTENTTYPE_EMPTY
), a simple
type definition (CONTENTTYPE_SIMPLE
), mixed (
CONTENTTYPE_MIXED
), or element-only (
CONTENTTYPE_ELEMENT
).
- getContextType() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
Get the context.
- getContextType() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
Get the context.
- getContinuousValidityChecking() - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
-
Deprecated.
An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
- getCookie() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getCoords() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getCoords() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getCtrlKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getCurrentEntity() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- getCurrentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the current Node.
- getCurrentResourceIdentifier() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- getCurrentTarget() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getData() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getData() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Retrieve character data currently stored in this node.
- getData() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The character data of the node that implements this interface.
- getData() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
The character data of the node that implements this interface.
- getData() - Method in class org.apache.xerces.stax.events.CharactersImpl
-
- getData() - Method in class org.apache.xerces.stax.events.ProcessingInstructionImpl
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getDataType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Datatype of the attribute.
- getDataType() - Method in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
One of the enumerated codes representing the data type.
- getDataValue() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Default or fixed value.
- getDate(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses date CCYY-MM-DD
- getDateTime() - Method in class org.apache.html.dom.HTMLModElementImpl
-
- getDays() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getDeclaration() - Method in class org.apache.xerces.stax.events.EntityReferenceImpl
-
- getDeclare() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getDeclaredPrefixAt(int) - Method in interface org.apache.xerces.xni.NamespaceContext
-
Returns the prefix at the specified index in the current context.
- getDeclaredPrefixCount() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getDeclaredPrefixCount() - Method in class org.apache.xerces.util.NamespaceSupport
-
- getDeclaredPrefixCount() - Method in interface org.apache.xerces.xni.NamespaceContext
-
Return a count of locally declared prefixes, including
the default prefix if bound.
- getDeclaredPrefixes() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getDeclHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Returns the DTD declaration event handler.
- getDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Get the default attributes.
- getDefaultChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getDefaultSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getDefaultType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Constraint type if any for this attribute.
- getDefaultValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getDefaultValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getDefer() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getDeferredEntityBaseURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- getDefinedElementTypes() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
The list of qualified element names defined in the abstract schema.
- getDefinedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[facets]: all facets defined on this type.
- getDefinedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getDefinedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
[facets]: all facets defined on this type.
- getDerivationMethod() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{derivation method} Either extension or restriction.
- getDerivationMethod() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
[derivation method]: either DERIVATION_EXTENSION
,
DERIVATION_RESTRICTION
, or DERIVATION_NONE
(see XSConstants
).
- getDetail() - Method in class org.apache.xerces.dom.events.UIEventImpl
-
- getDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getDir() - Method in class org.apache.html.dom.HTMLElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- getDisabled() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getDisallowedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The supplied values for {disallowed substitutions}
- getDisallowedSubstitutions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[disallowed substitutions]: the returned value is a bit combination of
the subset of {
DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} corresponding to substitutions disallowed by this
XSElementDeclaration
or DERIVATION_NONE
.
- getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the dispatcher name.
- getDoctype() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
For XML, this provides access to the Document Type Definition.
- getDoctype() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getDoctypePublic() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the specified document type public identifier,
or null.
- getDoctypeSystem() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the specified document type system identifier,
or null.
- getDocument() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Returns the DOM document object.
- getDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Returns the DOM document object.
- getDocument(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getDocumentClassName() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method retreives the name of current document class.
- getDocumentElement() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getDocumentElement() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Convenience method, allowing direct access to the child node
which is considered the root of the actual document content.
- getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- getDocumentHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
-
Returns the document handler
- getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the registered document handler.
- getDocumentLocations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[document location]
- getDocumentLocations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
[document location] - a list of location URIs for the documents that
contributed to the XSModel
.
- getDocumentSource() - Method in class org.apache.xerces.dom.DOMNormalizer
-
Returns the document source.
- getDocumentSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Returns the document source.
- getDocumentSource() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDocumentSource() - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
Returns the document source.
- getDocumentTypeDeclaration() - Method in class org.apache.xerces.stax.events.DTDImpl
-
- getDocumentURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getDocumentURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The location of the document or null
if undefined.
- getDomain() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getDomain() - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getDomain() - Method in interface org.apache.wml.WMLAccessElement
-
- getDomain() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the error domain of the error message.
- getDomConfig() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental
The configuration used when Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
The configuration used when Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The configuration used when Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getDomConfig() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- getDOMImplementation() - Static method in class org.apache.wml.dom.WMLDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.ASDOMImplementationImpl
-
Deprecated.
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.DeferredDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.DOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
-
A method to request a DOM implementation.
- getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
-
A method to request a DOM implementation.
- getDOMImplementation() - Static method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
-
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
-
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDTDContentModelHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Gets the DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
getDTDContentModelHandler
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
-
Returns the DTD content model handler.
- getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- getDTDContentModelSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- getDTDContentModelSource() - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
- getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
-
getDTDGrammar
- getDTDHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
getDTDHandler
- getDTDHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
-
Returns the DTD handler.
- getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the registered DTD handler.
- getDTDSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getDTDSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- getDTDSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- getDTDSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- getDTDSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDTDSource() - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
- getDTDType() - Method in class org.apache.xerces.stax.events.AttributeImpl
-
- getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- getDuration() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getEffectiveLocalContext() - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
This method returns an array of Strings, as would be stored in
a NamespaceSupport object.
- getElement() - Method in class org.apache.xerces.dom.AttrImpl
-
Deprecated.
Previous working draft of DOM Level 2. New method
is getOwnerElement().
- getElementById(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getElementById(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2
Returns the Element whose ID is given by elementId.
- getElementById(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementContentModelValidator(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementContentModelValidator
- getElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementDecl
- getElementDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getElementDeclaration() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
An item isomorphic to the element declaration used to validate
this element.
- getElementDeclaration() - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
Gets the AS editing object describing this elementThis method needs to
be changed and others added.
- getElementDeclaration() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
An item isomorphic to the element declaration used to validate
this element.
- getElementDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getElementDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getElementDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getElementDeclaration() - Method in interface org.apache.xerces.xs.ElementPSVI
-
[element declaration]: an item isomorphic to the element declaration
used to validate this element.
- getElementDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getElementDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getElementDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
element declarations.
- getElementDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
element declarations.
- getElementDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementDeclIndex
- getElementDeclIndex(QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the element decl index.
- getElementDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if the specified element declaration is external.
- getElementName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- getElementPSVI() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getElementPSVI() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getElementPSVI() - Method in interface org.apache.xerces.xs.PSVIProvider
-
Provides the post schema validation item for the current element
information item.
- getElements() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getElements() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM: Access the collection of ElementDefinitions.
- getElementsByName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getElementsByTagName(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Return a live collection of all descendent Elements (not just
immediate children) having the specified tag name.
- getElementsByTagName(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Returns a NodeList of all descendent nodes (children,
grandchildren, and so on) which are Elements and which have the
specified tag name.
- getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Return the state of the current element.
- getElementType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
Datatype of the element.
- getEmptyOk() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getEmptyOk() - Method in interface org.apache.wml.WMLInputElement
-
- getEmptySequence() - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Locally scoped declarations are available for use only within the
complex type definition identified by the scope
property.
- getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Locally scoped declarations are available for use only within the
complex type definition identified by the scope
property.
- getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
The complex type definition for locally scoped declarations (see
scope
), otherwise null
if no such
definition exists.
- getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
The complex type definition for locally scoped declarations (see
scope
), otherwise null
if no such
definition exists.
- getEnclosingElementName() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If a call is triggered by an attribute or xsi:type, then this mehtod
returns the enclosing element of such element.
- getEnclosingElementName() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
If a call is triggered by an attribute or xsi:type, then this method
returns the enclosing element of such element.
- getEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getEncoding() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The character encoding, if known.
- getEncoding() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The character encoding, if known.
- getEncoding() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getEncoding() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the encoding of the current entity.
- getEncoding() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
Returns the encoding of the current entity.
- getEncoding() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
- getEncoding() - Method in class org.apache.xerces.util.LocatorProxy
-
- getEncoding() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getEncoding() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getEncoding() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getEncoding() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the encoding of the stream, or null if not known.
- getEncoding() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the encoding of the current entity.
- getEncoding() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the specified encoding.
- getEncodingInfo(byte[], int) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the IANA encoding name that is auto-detected from
the bytes specified, with the endian-ness of that encoding where appropriate.
- getEncodingInfo() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns an EncodingInfo
instance for the encoding.
- getEncodingName(InputStream) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
XMLEntityManager cares about endian-ness, since it creates its own optimized
readers.
- getEncodingName(byte[]) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
REVISIT: This code is taken from org.apache.xerces.impl.XMLEntityManager.
- getEnctype() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getEnd(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return an end position in the target text matched to specified regular expression group.
- getEndContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getEndOffset() - Method in class org.apache.xerces.dom.RangeImpl
-
- getEntities() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Access the collection of general Entities, both external and
internal, defined in the DTD.
- getEntities() - Method in class org.apache.xerces.stax.events.DTDImpl
-
- getEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getEntityDecl
- getEntityDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
entity declarations.
- getEntityDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
entity declarations.
- getEntityDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getEntityDeclIndex
- getEntityExpansionLimit() - Method in class org.apache.xerces.util.SecurityManager
-
Returns the number of entity expansions
that the parser permits in a document.
- getEntityName() - Method in interface org.apache.xerces.impl.XMLEntityDescription
-
Returns the name of the entity.
- getEntityName() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Returns the name of the entity.
- getEntityRef(int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Returns the suitable entity reference for this character value,
or null if no such entity exists.
- getEntityRef(int) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- getEntityRef(int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- getEntityRef(int) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- getEntityRefValue() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: compute string representation of the entity reference.
- getEntityResolver() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.DOMParser
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
-
Returns the DOM entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Returns the SAX entity resolver wrapped by this object.
- getEntityResolver() - Method in class org.apache.xerces.util.EntityResolverWrapper
-
Returns the SAX entity resolver.
- getEntityResolver() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns the registered entity resolver.
- getEntityResolver() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the registered entity resolver.
- getEntityScanner() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the entity scanner.
- getEntityType() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The type of the entity as defined above.
- getEntityValue() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The replacement text for the internal entity.
- getEntries() - Method in class org.apache.xerces.util.SymbolHash
-
Return key/value pairs of all entries in the map
- getEnumAttr() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Valid attribute values, separated by commas, in a string.
- getEnumerationItemTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration type values (as a list of ShortList objects) if it exists, otherwise returns
null
- getEnumerationTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getEnumerationValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
-
A list of XSValue objects.
- getErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns true if the DOM implementation performs error checking.
- getErrorCodes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[schema error code]
: a list of error codes generated from
the validation attempt or an empty StringList
if no
errors occurred during the validation attempt.
- getErrorHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Get the internal XMLErrrorHandler.
- getErrorHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getErrorHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.DOMParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Returns the SAX error handler.
- getErrorHandler() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns the registered error handler.
- getErrorHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the registered error handler.
- getErrorMessages() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
A list of error messages generated from the validation attempt or
an empty StringList
if no errors occurred during the
validation attempt.
- getErrorMessages() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
A list of error messages generated from the validation attempt or
an empty StringList
if no errors occurred during the
validation attempt.
- getErrorMessages() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
A list of error messages generated from the validation attempt or
an empty StringList
if no errors occurred during the
validation attempt.
- getErrorMessages() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
A list of error messages generated from the validation attempt or
an empty StringList
if no errors occurred during the
validation attempt.
- getErrorMessages() - Method in interface org.apache.xerces.xs.ItemPSVI
-
A list of error messages generated from the validation attempt or
an empty StringList
if no errors occurred during the
validation attempt.
- getEvent() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getEventListeners(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
-
Retreive event listener registered on a given node
- getEventPhase() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getException() - Method in exception org.apache.xerces.xni.XNIException
-
Returns the wrapped exception.
- getException() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the expanded system identifier for the current document event.
- getExpandedSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the expanded system identifier.
- getExpandedSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the expanded system identifier.
- getExpandedSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the expanded system identifier.
- getExpandedSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Returns the expanded system identifier.
- getExpandEntityReferences() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return whether children entity references are included in the iterator.
- getExpandEntityReferences() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return whether children entity references are included in the iterator.
- getExternalEntityRefInAttrValue(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Checks entities in attribute values for standalone VC.
- getExternalSubset(XMLDTDDescription) - Method in interface org.apache.xerces.impl.ExternalSubsetResolver
-
Locates an external subset for documents which do not explicitly
provide one.
- getExternalSubset(XMLDTDDescription) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Locates an external subset for documents which do not explicitly
provide one.
- getExternalSubset(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Locates an external subset for documents which do not explicitly
provide one.
- getFace() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- getFace() - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- getFacet(int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getFacet(int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getFacet(int) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A constraining facet object.
- getFacetKind() - Method in interface org.apache.xerces.xs.XSFacet
-
The name of the facet, e.g.
- getFacetKind() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
-
The name of the facet, i.e.
- getFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of constraining facets if it exists, otherwise an empty
XSObjectList
.
- getFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A list of constraining facets if it exists, otherwise an empty
XSObjectList
.
- getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 WD - Experimental.
- getFeature(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the state of a feature.
- getFeature(String, String) - Method in class org.apache.xerces.dom.NodeImpl
-
- getFeature(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
- getFeature(String) - Method in class org.apache.xerces.impl.XMLScanner
-
- getFeature(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.getFeature
- getFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- getFeature(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getFeature(String) - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
-
Returns the initial value of a feature for validators created
using this grammar pool container or null if the validators
should use the default value.
- getFeature(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.DOMParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- getFeature(String) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the state of a feature.
- getFeature(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getFeature(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Returns the state of a feature.
- getFeature(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns the state of a feature.
- getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
-
Returns the state of a feature.
- getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the state of a feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFieldAt(int) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the field at the specified index.
- getFieldCount() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the field count.
- getFieldStrs() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{fields} A non-empty list of restricted XPath ([XPath]) expressions.
- getFieldStrs() - Method in interface org.apache.xerces.xs.XSIDCDefinition
-
[fields]: a non-empty list of restricted XPath 1.0 expressions.
- getFilter() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the filter
- getFilter() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the NodeFilter
- getFilter() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
When a filter is provided, the implementation will call out to the
filter as it is constructing the DOM tree structure.
- getFilter() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
- getFinal() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getFinal() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getFinal() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{final} For complex type definition it is a subset of {extension, restriction}.
- getFinal() - Method in interface org.apache.xerces.xs.XSTypeDefinition
-
For complex types the returned value is a bit combination of the subset
of {DERIVATION_EXTENSION, DERIVATION_RESTRICTION
}
corresponding to final
set of this type or
DERIVATION_NONE
.
- getFinalSet() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getFinite() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: cardinality.
- getFinite() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getFinite() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Fundamental Facet: cardinality.
- getFirstAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getFirstAttributeDeclIndex
- getFirstChild() - Method in class org.apache.xerces.dom.AttrImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.dom.ParentNode
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getFirstChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child element node.
- getFirstChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name and
attribute name, value pair.
- getFirstChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given qualified name.
- getFirstChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given qualified name.
- getFirstElementChild() - Method in class org.apache.xerces.dom.ElementImpl
-
- getFirstElementDeclIndex() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the index of the first element declaration.
- getFirstVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first visible child element node.
- getFirstVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first visible child element node.
- getFixed() - Method in interface org.apache.xerces.xs.XSFacet
-
[Facets]: check whether a facet is fixed.
- getFixedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[facets]: all defined facets for this type which are fixed.
- getFixedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getFixedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
[facets]: all defined facets for this type which are fixed.
- getFollowHTTPRedirects() - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns the preference whether HTTP redirects should
be followed.
- getForm() - Method in class org.apache.html.dom.HTMLElementImpl
-
Convenience method returns the form in which this form element is contained.
- getFormat() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getFormat() - Method in interface org.apache.wml.WMLInputElement
-
- getForms() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getForua() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getForua() - Method in interface org.apache.wml.WMLMetaElement
-
- getFractionalSecondsAsBigDecimal(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getFragment() - Method in class org.apache.xerces.util.URI
-
Get the fragment for this URI.
- getFrame() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getFrameBorder() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getFrameBorder() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getGDVs() - Static method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getGlobalAttributeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global attribute
- getGlobalAttributeDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalAttributeGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global attribute group
- getGlobalAttributeGroupDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalDecl(XSDocumentInfo, int, QName, Element) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getGlobalDecl(String, int) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getGlobalDeclFromGrammar(SchemaGrammar, int, String) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getGlobalDeclFromGrammar(SchemaGrammar, int, String, String) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getGlobalElementDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global element
- getGlobalElementDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalElementDecl(QName) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getGlobalElementDecl(QName) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- getGlobalElementDecl(QName) - Method in interface org.apache.xerces.impl.xs.XSElementDeclHelper
-
- getGlobalGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global group
- getGlobalGroupDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalNotationDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global notation
- getGlobalNotationDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalTypeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global type
- getGlobalTypeDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGlobalValueStoreFor(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Returns the global value store associated to the specified IdentityConstraint.
- getGrammar() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- getGrammar(String) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
Get the schema grammar for the specified namespace
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Returns the grammar associated to the specified description.
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Returns the grammar associated to the specified grammar description.
- getGrammarDescription() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- getGrammarDescription() - Method in interface org.apache.xerces.xni.grammars.Grammar
-
get the XMLGrammarDescription
associated with this
object
- getGrammarPool() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
-
Returns the grammar pool contained inside the container.
- getGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered grammar pool.
- getGrammars() - Method in class org.apache.xerces.impl.xs.util.XSInputSource
-
- getGrammars() - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
get all grammars in the registry
- getGrammarType() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- getGrammarType() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
the type of the grammar (e.g., DTD or XSD);
- getGrammarType() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
-
Return the type of this grammar.
- getHead() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Obtains the <HEAD> element in the document, creating one if does
not exist before.
- getHeaders() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getHeight() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getHeight() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getHeight() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getHeight() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getHeight() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getHeight() - Method in interface org.apache.wml.WMLImgElement
-
- getHost() - Method in class org.apache.xerces.util.URI
-
Get the host for this URI.
- getHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getHref() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getHref() - Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- getHref() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getHref() - Method in class org.apache.wml.dom.WMLAElementImpl
-
- getHref() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getHref() - Method in interface org.apache.wml.WMLAElement
-
- getHref() - Method in interface org.apache.wml.WMLGoElement
-
- getHreflang() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getHreflang() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getHspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getHspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getHspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getHspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getHspace() - Method in interface org.apache.wml.WMLImgElement
-
- getHTMLDocument() - Method in class org.apache.html.dom.HTMLBuilder
-
- getHTMLDOMImplementation() - Static method in class org.apache.html.dom.HTMLDOMImplementationImpl
-
Returns an instance of a
HTMLDOMImplementation
that can be
used to perform operations that are not specific to a particular
document instance, e.g.
- getHtmlFor() - Method in class org.apache.html.dom.HTMLLabelElementImpl
-
- getHtmlFor() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getHttpEquiv() - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getHttpEquiv() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getHttpEquiv() - Method in interface org.apache.wml.WMLMetaElement
-
- getHTTPRequestProperties() - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns an iterator for the request properties this
input source contains.
- getHTTPRequestProperty(String) - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns the value of the request property
associated with the given property name.
- getIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getIANAName() - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.
Returns a MIME charset name of this encoding.
- getId() - Method in class org.apache.html.dom.HTMLElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLAElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLBElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLHeadElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLIElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLNoopElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLPElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLPrevElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLTrElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLUElementImpl
-
- getId() - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- getId() - Method in interface org.apache.wml.WMLAElement
-
- getId() - Method in interface org.apache.wml.WMLElement
-
- getIDCDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getIDCDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getIDCDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getIDCDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getIDCDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getIDConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Returns the identity constraint.
- getIDConstraintDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one identity constraint
- getIDConstraintDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getIDConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns a previously registered element with the specified
identifier name, or null if no element is registered.
- getIdentifier() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Returns the feature or property identifier.
- getIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns an enumeration registered of identifier names.
- getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Field
-
Returns the identity constraint.
- getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Returns the identity constraint.
- getIdentityConstraintName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the identity constraint name.
- getIdentityConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{identity-constraint definitions} A set of constraint definitions.
- getIdentityConstraints() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
identity-constraint definitions: a set of constraint definitions if it
exists, otherwise an empty XSNamedMap
.
- getIDRegistry() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getIDRegistry_sub() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getImages() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getImplementation() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.DocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getImplementation() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- getImportedGrammars() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getIName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getIName() - Method in interface org.apache.wml.WMLSelectElement
-
- getIndent() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the indentation specified.
- getIndenting() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if indentation was specified.
- getIndex() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getIndex(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by Namespace name.
- getIndex(String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up the index of an attribute by Namespace name.
- getIndexFast(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndexFast(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by Namespace name.
- getInitialDepth() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
get the initial depth at which this selector matched.
- getInputEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- getInputEncoding() - Method in class org.apache.xerces.dom.EntityImpl
-
An attribute specifying the encoding used for this entity at the tiome
of parsing, when it is an external parsed entity.
- getInputEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getInputSource() - Method in class org.apache.xerces.util.SAXInputSource
-
- getInstance() - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
-
Get an instance of the default DTDDVFactory implementation.
- getInstance(String) - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
-
Get an instance of DTDDVFactory implementation.
- getInstance() - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get a default instance of SchemaDVFactory implementation.
- getInstance(String) - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get an instance of SchemaDVFactory implementation.
- getInstance() - Static method in class org.apache.xerces.stax.DefaultNamespaceContext
-
Returns the one and only instance of this class.
- getInstance() - Static method in class org.apache.xerces.stax.EmptyLocation
-
Returns the one and only instance of this class.
- getInt() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getInternalAS() - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
Retrieve the internal ASModel
of a document.
- getInternalASModels() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- getInternalSubset() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getIntFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
-
If this facet is length, minLength, maxLength, totalDigits, or
fractionDigits, and if the value can fit in "int", then return the value
of the facet as an int.
- getIsMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getIsNamespaceAware() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
true
if this ASModel
defines the document
structure in terms of namespaces and local names ; false
if the document structure is defined only in terms of
QNames
.
- getIsNamespaceAware() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
true
if this ASModel
defines the document
structure in terms of namespaces and local names ; false
if the document structure is defined only in terms of
QNames
.
- getIsPCDataOnly() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
Boolean defining whether the element type contains child elements and
PCDATA or PCDATA only for mixed element types.
- getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[schema specified]
: if true, the value was specified in
the schema.
- getIsWhitespaceOnly() - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
-
Deprecated.
true
if content only whitespace; false
for
non-whitespace.
- getItem(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- getItem(String) - Method in class org.apache.xerces.util.AugmentationsImpl
-
Get information identified by a key from the Augmentations structure
- getItem(String) - Method in interface org.apache.xerces.xni.Augmentations
-
Get information identified by a key from the Augmentations structure
- getItemType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is list
the item type definition (an atomic or
union simple type definition) is available, otherwise
null
.
- getItemType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getItemType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
If variety is list
the item type definition (an atomic or
union simple type definition) is available, otherwise
null
.
- getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getItemValueTypes() - Method in interface org.apache.xerces.xs.ItemPSVI
-
Deprecated.
Use getSchemaValue().getListValueTypes() instead
- getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
- getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
- getItemValueTypes() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
- getIValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getIValue() - Method in interface org.apache.wml.WMLSelectElement
-
- getJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- getJAXPQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
-
- getKey() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Return the error code
- getKey() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the key of the error message.
- getKey() - Method in exception org.apache.xerces.impl.xpath.XPathException
-
- getKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
-
Returns the key being referred to.
- getKey() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
-
- getLabel() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
-
- getLabel() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getLabel() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getLabel() - Method in interface org.apache.wml.WMLDoElement
-
- getLang() - Method in class org.apache.html.dom.HTMLElementImpl
-
- getLanguage(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Gets the language that was in use at that depth.
- getLastChild() - Method in class org.apache.xerces.dom.AttrImpl
-
The last child of this Node, or null if none.
- getLastChild(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the last child of the given node.
- getLastChild(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the last child of the given node.
- getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getLastChild() - Method in class org.apache.xerces.dom.ParentNode
-
The last child of this Node, or null if none.
- getLastChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getLastChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getLastChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child element node.
- getLastChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name.
- getLastChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name.
- getLastChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name and
attribute name, value pair.
- getLastChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given qualified name.
- getLastChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given qualified name.
- getLastElementChild() - Method in class org.apache.xerces.dom.ElementImpl
-
- getLastPrintable() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the last printable character based on the selected
encoding.
- getLastVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last visible child element node.
- getLastVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last visible child element node.
- getLength() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getLength() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getLength() - Method in class org.apache.xerces.dom.AttrImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Report number of characters currently stored in this node's
data.
- getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
-
Returns the length of the node list.
- getLength() - Method in class org.apache.xerces.dom.DOMImplementationListImpl
-
Returns the number of DOMImplementations in the list.
- getLength() - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getLength() - Method in class org.apache.xerces.dom.DOMStringListImpl
-
- getLength() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Report how many nodes are currently stored in this NamedNodeMap.
- getLength() - Method in class org.apache.xerces.dom.NodeImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.apache.xerces.dom.ParentNode
-
NodeList method: Count the immediate children of this node
- getLength() - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
The number of ASObjects
in the ASObjectList
.
- getLength() - Method in interface org.apache.xerces.dom3.as.ASObjectList
-
Deprecated.
The number of ASObjects
in the list.
- getLength() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
The number of byte
s in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The number of 16-bit units that are available through data
and the substringData
method below.
- getLength() - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getLength() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
The number of 16-bit units that are available through data
and the substringData
method below.
- getLength() - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
-
The number of LSInput
s in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
-
- getLength() - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
The number of Objects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
The number of Objects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
The number of XSObjects
in the XSObjectList
.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
The number of XSObjects
in the XSObjectList
.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
The number of XSObjects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
The number of XSNamespaceItem
s in the list.
- getLength() - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getLength() - Method in class org.apache.xerces.util.AttributesProxy
-
- getLength() - Method in class org.apache.xerces.util.SymbolHash
-
Get the number of key/value pairs stored in this table.
- getLength() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Return the number of attributes in the list.
- getLength() - Method in interface org.apache.xerces.xni.XMLAttributes
-
Returns the number of attributes in the list.
- getLength() - Method in interface org.apache.xerces.xs.datatypes.ByteList
-
The number of byte
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.datatypes.ObjectList
-
The number of Object
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.LSInputList
-
The number of LSInput
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.ShortList
-
The number of unsigned short
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.StringList
-
The number of GenericString
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.XSNamedMap
-
The number of XSObjects
in the XSObjectList
.
- getLength() - Method in interface org.apache.xerces.xs.XSNamespaceItemList
-
The number of XSNamespaceItem
s in the list.
- getLength() - Method in interface org.apache.xerces.xs.XSObjectList
-
The number of XSObjects
in the list.
- getLexicalEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration values if it exists, otherwise an empty
StringList
.
- getLexicalEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getLexicalEnumeration() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A list of enumeration values if it exists, otherwise an empty
StringList
.
- getLexicalFacetValue(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- getLexicalFacetValue(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getLexicalFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
-
A value of this facet.
- getLexicalFacetValue(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Convenience method.
- getLexicalFacetValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
-
Values of this facet.
- getLexicalHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Returns the lexical handler.
- getLexicalPattern() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of pattern values if it exists, otherwise an empty
StringList
.
- getLexicalPattern() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getLexicalPattern() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A list of pattern values if it exists, otherwise an empty
StringList
.
- getLexicalValue() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getLineNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The line number where the error occured, or -1 if there is no line
number available.
- getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the line number where the current document event ends.
- getLineNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the line number.
- getLineNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getLineNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Line number.
- getLineNumber() - Method in class org.apache.xerces.stax.EmptyLocation
-
Return the line number where the current event ends,
returns -1 if none is available.
- getLineNumber() - Method in class org.apache.xerces.stax.ImmutableLocation
-
- getLineNumber() - Method in class org.apache.xerces.util.LocatorProxy
-
Line number.
- getLineNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getLineNumber() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getLineNumber() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getLineNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the line number.
- getLineNumber() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the line number, or -1
if no line number is available.
- getLineSeparator() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns a specific line separator to use.
- getLineWidth() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Return the selected line width for breaking up long lines.
- getLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getLinks() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getListOperator() - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
One of AS_CHOICE
, AS_SEQUENCE
,
AS_ALL
or AS_NONE
.
- getListValueTypes() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getListValueTypes() - Method in interface org.apache.xerces.xs.XSValue
-
In the case the actual value represents a list, i.e.
- getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the literal system identifier for the current document event.
- getLiteralSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the literal system identifier.
- getLiteralSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the literal system identifier.
- getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the literal system identifier.
- getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Returns the literal system identifier.
- getLoader(String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getLocale() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- getLocale() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- getLocale() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Gets the current locale.
- getLocale() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the locale.
- getLocalName() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- getLocalName() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getLocalName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getLocalName() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- getLocalName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getLocalName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getLocalName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getLocalName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getLocalName(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
returns local name of this element if not null, otherwise
returns the name of the node
- getLocalName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's local name by index.
- getLocalName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's local name by index.
- getLocalSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getLocalSrc() - Method in interface org.apache.wml.WMLImgElement
-
- getLocation() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The location of the error.
- getLocation() - Method in exception org.apache.xerces.impl.xpath.regex.ParseException
-
- getLocation() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getLocationHints() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
For import and references from the instance document, it's possible to
have multiple hints for one namespace.
- getLocationHints() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
For import and references from the instance document, it's possible to
have multiple hints for one namespace.
- getLocationPath() - Method in class org.apache.xerces.impl.xpath.XPath
-
Returns a representation of the first location path for this XPath.
- getLocationPaths() - Method in class org.apache.xerces.impl.xpath.XPath
-
Returns a representation of all location paths for this XPath.
- getLocator() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getLocator() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getLong() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getLongDesc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getLongDesc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getLongDesc() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getLowSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getMarginHeight() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getMarginHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getMarginWidth() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getMarginWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getMatcherAt(int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the XPath matcher at the specified index.
- getMatcherCount() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the count of XPath matchers.
- getMatchingElemDecl(QName, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- getMaxExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMaxInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMaxLength() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getMaxLength() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getMaxLength() - Method in interface org.apache.wml.WMLInputElement
-
- getMaxOccurNodeLimit() - Method in class org.apache.xerces.util.SecurityManager
-
Returns the limit of the number of content model nodes
that may be created when building a grammar for a W3C
XML Schema that contains maxOccurs attributes with values
other than "unbounded".
- getMaxOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
maximum occurrence for this content particle.
- getMaxOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{max occurs} determines the maximum number of terms that can occur.
- getMaxOccurs() - Method in interface org.apache.xerces.xs.XSParticle
-
[max occurs]: determines the maximum number of terms that can occur.
- getMaxOccursUnbounded() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{max occurs} whether the maxOccurs value is unbounded.
- getMaxOccursUnbounded() - Method in interface org.apache.xerces.xs.XSParticle
-
[max occurs]: whether the maxOccurs value is unbounded.
- getMedia() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getMedia() - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- getMediaType() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the specified media type, or null.
- getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[member type definition]
: if and only if that type
definition is a simple type definition with {variety} union, or a
complex type definition whose {content type} is a simple type
definition with {variety} union, then an item isomorphic to that
member of the union's {member type definitions} which actually
validated the schema item's normalized value.
- getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
-
If the declared simple type definition is a union, return the member
type actually used to validate the value.
- getMemberTypeDefinitions() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getMemberTypeDefinitions() - Method in interface org.apache.xerces.xs.XSValue
-
If getTypeDefinition()
returns a list type whose item type
is a union type, then this method returns a list with the same length
as the value list, for simple types that actually validated
the corresponding item in the value.
- getMemberTypes() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is union
the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList
.
- getMemberTypes() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getMemberTypes() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
If variety is union
the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList
.
- getMessage() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
An implementation specific string describing the error that occured.
- getMessage() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Overrides this method to get the formatted&localized error message.
- getMessage() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the localized message for this exception.
- getMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the message formatter associated with the specified domain,
or null if no message formatter is registered for that domain.
- getMetaKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getMethod() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getMethod() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getMethod() - Method in interface org.apache.wml.WMLGoElement
-
- getMethod() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the method specified for this output format.
- getMinExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMinInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMinOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
min occurrence for this content particle.
- getMinOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{min occurs} determines the minimum number of terms that can occur.
- getMinOccurs() - Method in interface org.apache.xerces.xs.XSParticle
-
[min occurs]: determines the minimum number of terms that can occur.
- getMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getMode() - Method in class org.apache.wml.dom.WMLPElementImpl
-
- getMode() - Method in interface org.apache.wml.WMLPElement
-
- getModelGroup() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getModelGroup() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
{model group} A model group.
- getModelGroup() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
-
A model group.
- getModelGroupDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getModelGroupDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getModelGroupDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getModelGroupDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getModelGroupDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getMonths() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getMultiple() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getMultiple() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getMultiple() - Method in interface org.apache.wml.WMLSelectElement
-
- getMultiValueFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration and pattern constraining facets if it exists,
otherwise an empty XSObjectList
.
- getMultiValueFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getMultiValueFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
A list of enumeration and pattern constraining facets if it exists,
otherwise an empty XSObjectList
.
- getName() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLMapElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getName() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getName() - Method in interface org.apache.wml.WMLDoElement
-
- getName() - Method in interface org.apache.wml.WMLInputElement
-
- getName() - Method in interface org.apache.wml.WMLMetaElement
-
- getName() - Method in interface org.apache.wml.WMLPostfieldElement
-
- getName() - Method in interface org.apache.wml.WMLSelectElement
-
- getName() - Method in interface org.apache.wml.WMLSetvarElement
-
- getName() - Method in interface org.apache.wml.WMLTimerElement
-
- getName() - Method in class org.apache.xerces.dom.AttrImpl
-
In Attributes, NodeName is considered a synonym for the
attribute's Name
- getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Name of this document type.
- getName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getName() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The name of type NCName
of this declaration as defined in
XML Namespaces.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
The name
of this XSObject
depending on the
XSObject
type.
- getName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getName() - Method in class org.apache.xerces.stax.events.AttributeImpl
-
- getName() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getName() - Method in class org.apache.xerces.stax.events.EntityReferenceImpl
-
- getName() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
-
- getName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getName(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the fields in the given QName structure with the values
of the attribute name at the specified index.
- getName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Return the name of an attribute in this list (by position).
- getName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the fields in the given QName structure with the values
of the attribute name at the specified index.
- getName() - Method in interface org.apache.xerces.xs.XSObject
-
The name of type NCName
, as defined in XML Namespaces, of
this declaration specified in the {name}
property of the
component or null
if the definition of this component
does not have a {name}
property.
- getNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Retrieve a node by name.
- getNamedItem(String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
Retrieves an ASObject
specified by name.
- getNamedItem(String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getNamedItemIndex(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- getNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Introduced in DOM Level 2.
- getNamedItemNS(String, String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
Retrieves an ASObject
specified by local name and
namespace URI.
- getNamedItemNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getNamespace() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The [target namespace] of this object, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the namespace of the resource.
- getNamespace() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Returns the namespace of the resource.
- getNamespace() - Method in interface org.apache.xerces.xs.XSObject
-
The [target namespace] of this object, or null
if it is
unspecified.
- getNamespaceContext() - Method in class org.apache.xerces.stax.events.StartElementImpl
-
- getNamespaceContext() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
A namespace schema information item corresponding to the target
namespace of the component, if it's globally declared; or null
otherwise.
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- getNamespaceItem() - Method in interface org.apache.xerces.xs.XSObject
-
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null
otherwise.
- getNamespaceItems() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
A set of namespace schema information information items (of type
XSNamespaceItem
), one for each namespace name which
appears as the target namespace of any schema component in the schema
used for that assessment, and one for absent if any schema component
in the schema had no target namespace.
- getNamespaceItems() - Method in interface org.apache.xerces.xs.XSModel
-
A set of namespace schema information information items (of type
XSNamespaceItem
), one for each namespace name which
appears as the target namespace of any schema component in the schema
used for that assessment, and one for absent if any schema component
in the schema had no target namespace.
- getNamespaces() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getNamespaces() - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getNamespaceURI() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace URI of this node, or null
if it is
unspecified.
- getNamespaceURI() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The namespace URI of this node, or null
if it is
unspecified.
- getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNamespaceURI(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
-
- getNamespaceURI() - Method in class org.apache.xerces.stax.events.NamespaceImpl
-
- getNamespaceURI(String) - Method in class org.apache.xerces.stax.events.StartElementImpl
-
- getNamespaceURI(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNewContext() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getNewContext() - Method in interface org.apache.wml.WMLCardElement
-
- getNewLine() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM L3 EXPERIMENTAL:
The end-of-line sequence of characters to be used in the XML being
written out.
- getNewValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getNextAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNextAttributeDeclIndex
- getNextElementDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the next index of the element declaration following the
specified element declaration.
- getNextElementSibling() - Method in class org.apache.xerces.dom.ElementImpl
-
- getNextIndent() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- getNextIndent() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- getNextSibling() - Method in class org.apache.xerces.dom.ChildNode
-
The next child of this node's parent, or null if none
- getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
-
The next child of this node's parent, or null if none
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getNextSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling element node.
- getNextSiblingElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name and
attribute name, value pair.
- getNextSiblingElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given qualified name.
- getNextSiblingElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given qualified name.
- getNextVisibleSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNextVisibleSiblingElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNil() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[nil]
- getNil() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[nil]
- getNil() - Method in interface org.apache.xerces.xs.ElementPSVI
-
[nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is
satisfied, otherwise false.
- getNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
If {nillable} is true, then an element may also be valid if it carries
the namespace qualified attribute with [local name] nil from
namespace http://www.w3.org/2001/XMLSchema-instance and value true
(see xsi:nil (2.6.2)) even if it has no text or element content
despite a {content type} which would otherwise require content.
- getNillable() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
If nillable is true, then an element may also be valid if it carries
the namespace qualified attribute with local name nil
from namespace http://www.w3.org/2001/XMLSchema-instance
and value true
(xsi:nil) even if it has no text or
element content despite a content type
which would
otherwise require content.
- getNode() - Method in class org.apache.xerces.util.DOMInputSource
-
- getNodeExtra(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the extra info of the given node.
- getNodeExtra(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the extra info of the given node.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCommentImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Returns the node index.
- getNodeIndex() - Method in interface org.apache.xerces.dom.DeferredNode
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredNotationImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredTextImpl
-
Returns the node index.
- getNodeName() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The name
of this ASObject
depending on the
ASObject
type.
- getNodeName() - Method in class org.apache.xerces.dom.AttrImpl
-
Returns the attribute name
- getNodeName() - Method in class org.apache.xerces.dom.CDATASectionImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the node name.
- getNodeName(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the name of the given node.
- getNodeName(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the name of the given node.
- getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Returns the document type name
- getNodeName() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
Returns the element definition name
- getNodeName() - Method in class org.apache.xerces.dom.ElementImpl
-
Returns the element name
- getNodeName() - Method in class org.apache.xerces.dom.EntityImpl
-
Returns the entity name
- getNodeName() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
Returns the name of the entity referenced
- getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
-
the name of this node.
- getNodeName() - Method in class org.apache.xerces.dom.NotationImpl
-
Returns the notation name
- getNodeName() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
Returns the target
- getNodeName() - Method in class org.apache.xerces.dom.TextImpl
-
Returns the node name.
- getNodeName() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The name
of this ASObject
depending on the
ASObject
type.
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getNodeNumber() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: Get the number associated with this document.
- getNodeNumber(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: Get a number associated with a node created with respect
to this document.
- getNodeNumber() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM
Get the number associated with this doctype.
- getNodeNumber() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns the node number
- getNodeObject(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Instantiates the requested node object.
- getNodeType() - Method in class org.apache.xerces.dom.AttrImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CDATASectionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CommentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the node type.
- getNodeType(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the type of the given node.
- getNodeType(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the type of the given node.
- getNodeType() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ElementImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.EntityImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.NodeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.NotationImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.TextImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeType() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNodeURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the URI of the given node.
- getNodeURI(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the URI of the given node.
- getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
-
In Attribute objects, NodeValue is considered a synonym for
Value.
- getNodeValue() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
- getNodeValue(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the value of the given node.
- getNodeValue(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the value of the given node.
- getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns the node value.
- getNodeValue() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getNodeValue() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeValueString(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real value of the given node.
- getNodeValueString(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real value of the given node.
- getNoHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getNonEscapingElements() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns a list of all the elements whose text node children
should be output unescaped (no character references), or null
if no such elements were specified.
- getNonNormalizedValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getNonNormalizedValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the non-normalized value of the attribute at the specified
index.
- getNonNormalizedValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Returns the non-normalized value of the attribute at the specified
index.
- getNoResize() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getNormalizedValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getNormalizedValue() - Method in interface org.apache.xerces.xs.XSValue
-
The schema normalized value.
- getNoShade() - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getNotation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[notation]
- getNotation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[notation]
- getNotation() - Method in interface org.apache.xerces.xs.ElementPSVI
-
[notation]: the notation declaration.
- getNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNotationDecl
- getNotationDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getNotationDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- getNotationDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- getNotationDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getNotationDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getNotationDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
notation declarations.
- getNotationDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
Instead of returning an all-in-one ASObject
with
ASModel
methods, have discernible top-level/"global"
notation declarations.
- getNotationDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNotationDeclIndex
- getNotationName() - Method in class org.apache.xerces.dom.EntityImpl
-
Unparsed entities -- which contain non-XML data -- have a
"notation name" which tells applications how to deal with them.
- getNotationName() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getNotations() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Access the collection of Notations defined in the DTD.
- getNotations() - Method in class org.apache.xerces.stax.events.DTDImpl
-
- getNoWrap() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getNsConstraintList() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Namespace constraint.
- getNsConstraintList() - Method in interface org.apache.xerces.xs.XSWildcard
-
Namespace constraint: For constraintType
NSCONSTRAINT_LIST
, the list contains allowed namespaces.
- getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return the number of regular expression groups.
- getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Return the number of regular expression groups.
- getNumeric() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: numeric.
- getNumeric() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getNumeric() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Fundamental Facet: numeric.
- getObject() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getOmitComments() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if comments should be ommited.
- getOmitDocumentType() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the DOCTYPE declaration should
be ommited.
- getOmitXMLDeclaration() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the XML document declaration should
be ommited.
- getOnEnterBackward() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOnEnterBackward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnEnterBackward() - Method in interface org.apache.wml.WMLCardElement
-
- getOnEnterBackward() - Method in interface org.apache.wml.WMLTemplateElement
-
- getOnEnterForward() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOnEnterForward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnEnterForward() - Method in interface org.apache.wml.WMLCardElement
-
- getOnEnterForward() - Method in interface org.apache.wml.WMLTemplateElement
-
- getOnlyPassPrefixMappingEvents() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns true if the namespace binder only passes the prefix mapping
events to the registered document handler; false if the namespace
binder passes all document events.
- getOnPick() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getOnPick() - Method in interface org.apache.wml.WMLOptionElement
-
- getOnTimer() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOnTimer() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnTimer() - Method in interface org.apache.wml.WMLCardElement
-
- getOnTimer() - Method in interface org.apache.wml.WMLTemplateElement
-
- getOptional() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getOptional() - Method in interface org.apache.wml.WMLDoElement
-
- getOptions() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getOptions() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Returns a option string.
- getOrdered() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOrdered() - Method in interface org.apache.wml.WMLCardElement
-
- getOrdered() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: ordered.
- getOrdered() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getOrdered() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Fundamental Facet: ordered.
- getOwnerASModel() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The ASModel
object associated with this
ASObject
.
- getOwnerASModel() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The ASModel
object associated with this
ASObject
.
- getOwnerDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getOwnerDocument() - Method in class org.apache.xerces.dom.NodeImpl
-
Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() - Method in class org.apache.xerces.dom.ParentNode
-
Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getOwnerElement() - Method in class org.apache.xerces.dom.AttrImpl
-
Returns the element node that this attribute is associated with,
or null if the attribute has not been added to an element.
- getOwnerElement() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getOwnerElements() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Owner elements ASObject
of attribute, meaning that an
attribute declaration can be shared by multiple elements.
- getParameter(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 WD - Experimental.
- getParameter(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getParameter(String) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- getParameter(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Look up the value of a feature or a property.
- getParameter(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM L3-EXPERIMENTAL:
Getter for boolean and object parameters
- getParameterNames() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 CR - Experimental.
- getParameterNames() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getParameterNames() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- getParameterNames() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
DOM Level 3 CR - Experimental.
- getParameterNames() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM Level 3 Core CR - Experimental.
- getParent(Element) - Static method in class org.apache.xerces.util.DOMUtil
-
- getParentElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Returns an NodeList
containing the possible
Element
names that can appear as a parent of this type
of element.
- getParentNode() - Method in class org.apache.xerces.dom.ChildNode
-
Returns the parent node of this node
- getParentNode(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the parent node of the given node.
- getParentNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the parent node of the given node.
- getParentNode() - Method in class org.apache.xerces.dom.NodeImpl
-
Obtain the DOM-tree parent of this node, or null if it is not
currently active in the DOM tree (perhaps because it has just been
created or removed).
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getParser() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getParticle() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A particle for mixed or element-only content model, otherwise
null
- getParticle() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
A particle for a mixed or element-only content model, otherwise
null
.
- getParticleDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getParticles() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
{particles} A list of particles
- getParticles() - Method in interface org.apache.xerces.xs.XSModelGroup
-
A list of [particles] if it exists, otherwise an empty
XSObjectList
.
- getPath() - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getPath() - Method in interface org.apache.wml.WMLAccessElement
-
- getPath(boolean, boolean) - Method in class org.apache.xerces.util.URI
-
Get the path for this URI (optionally with the query string and
fragment).
- getPath() - Method in class org.apache.xerces.util.URI
-
Get the path for this URI.
- getPattern() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- getPointerParts() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns an ArrayList of XPointerPart objects
- getPort() - Method in class org.apache.xerces.util.URI
-
Get the port for this URI.
- getPreferPublic() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the preference for whether system or public
matches are preferred.
- getPrefix() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace prefix of this node, or null
if it is
unspecified.
- getPrefix() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getPrefix(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getPrefix() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The namespace prefix of this node, or null
if it is
unspecified.
- getPrefix() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getPrefix() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getPrefix(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
-
- getPrefix() - Method in class org.apache.xerces.stax.events.NamespaceImpl
-
- getPrefix(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getPrefix(String) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getPrefix(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the prefix of the attribute at the specified index.
- getPrefix(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPrefix(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPrefix(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPrefix(String) - Method in interface org.apache.xerces.xni.NamespaceContext
-
Look up a namespace URI and get one of the mapped prefix.
- getPrefix(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Returns the prefix of the attribute at the specified index.
- getPrefix(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Returns the namespace prefix for the specified URI.
- getPrefixes(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
-
- getPreserveEmptyAttributes() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the preserveEmptyAttribute flag.
- getPreserveSpace() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the default behavior for this format is to
preserve spaces.
- getPreviousElementSibling() - Method in class org.apache.xerces.dom.ElementImpl
-
- getPreviousSibling() - Method in class org.apache.xerces.dom.ChildNode
-
The previous child of this node's parent, or null if none
- getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
-
The previous child of this node's parent, or null if none
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the prev sibling of the given node.
- getPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the prev sibling of the given node.
- getPrevValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getPrimitiveKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getPrimitiveKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getPrimitiveKind() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
return an ID representing the built-in primitive base type.
- getPrimitiveType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is atomic
the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null
.
- getPrimitiveType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getPrimitiveType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
If variety is atomic
the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null
.
- getProcessContents() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
{process contents} One of skip, lax or strict.
- getProcessContents() - Method in interface org.apache.xerces.xs.XSWildcard
-
[process contents]: one of skip, lax or strict.
- getProcessContentsAsString() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
String valid of {process contents}.
- getProcessedDTD() - Method in class org.apache.xerces.stax.events.DTDImpl
-
- getProfile() - Method in class org.apache.html.dom.HTMLHeadElementImpl
-
- getProhibitedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{prohibited substitutions}
- getProhibitedSubstitutions() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
[prohibited substitutions]: A subset of {extension, restriction} or
DERIVATION_NONE
represented as a bit flag (see
XSConstants
).
- getPrompt() - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
-
- getProperty(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the state of a property.
- getProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.getProperty.
- getProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Returns the value of a property.
- getProperty(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the state of a property.
- getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- getProperty(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getProperty(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Query the value of a property.
- getProperty(String) - Method in class org.apache.xerces.parsers.DOMParser
-
Query the value of a property.
- getProperty(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
- getProperty(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- getProperty(String) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the value of a property.
- getProperty(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getProperty(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Returns the value of a property.
- getProperty(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns the state of a property.
- getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
-
Returns the value of a property.
- getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Returns the value of a property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPublicId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getPublicId() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The public identifier for this input source.
- getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
-
The public identifier associated with the entity.
- getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
-
The Public Identifier for this Notation.
- getPublicId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
- getPublicId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
-
Deprecated.
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
- getPublicId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the public identifier for the current document event.
- getPublicId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getPublicId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional if {system identifier} is present.
- getPublicId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Public identifier.
- getPublicId() - Method in class org.apache.xerces.stax.EmptyLocation
-
Returns the public ID of the XML
- getPublicId() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getPublicId() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
-
- getPublicId() - Method in class org.apache.xerces.stax.ImmutableLocation
-
- getPublicId() - Method in class org.apache.xerces.util.LocatorProxy
-
Public identifier.
- getPublicId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getPublicId() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getPublicId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getPublicId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the public identifier.
- getPublicId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the public identifier.
- getPublicId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
-
Returns the public identifier.
- getPublicId() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the public identifier.
- getPublicId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Returns the public identifier.
- getPublicId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
-
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
- getQName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's XML 1.0 qualified name by index.
- getQName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's XML 1.0 qualified name by index.
- getQueryString() - Method in class org.apache.xerces.util.URI
-
Get the query string for this URI.
- getReader(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Return the Reader for given XMLInputSource.
- getReadOnly() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getReadOnly() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: Returns true if this node is read-only.
- getReadOnly() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getRealPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real prev sibling of the given node,
directly from the data structures.
- getRealPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real prev sibling of the given node.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a list of feature identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns a list of feature identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedFeatures() - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a list of property identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Returns a list of property identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedProperties() - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedVersions() - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
- getRecognizedVersions() - Method in interface org.apache.xerces.xs.XSImplementation
-
A list containing the versions of XML Schema documents recognized by
this XSImplemenation
.
- getReferrer() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getRefKey() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{referenced key} Required if {identity-constraint category} is keyref,
forbidden otherwise.
- getRefKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
-
{referenced key} Required if {identity-constraint category} is keyref,
forbidden otherwise.
- getRefKey() - Method in interface org.apache.xerces.xs.XSIDCDefinition
-
[referenced key]: required if [identity-constraint category] is keyref,
null
otherwise.
- getRegBasedAuthority() - Method in class org.apache.xerces.util.URI
-
Get the registry based authority for this URI.
- getRel() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getRel() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getRelatedData() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
- getRelatedException() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The related platform dependent exception if any.exception is a reserved
word, we need to rename it.Change to "relatedException".
- getRelatedNode() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
- getRelatedNode() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getRelatedTarget() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getRelativeBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a URI, relative to the include parent's base URI, of the current
[base URI].
- getRelativeURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a relative URI, which when resolved against the base URI at the
specified depth, will create the current base URI.
- getReplacementText() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getRequired() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
{required} determines whether this use of an attribute declaration
requires an appropriate attribute information item to be present, or
merely allows it.
- getRequired() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
[required]: determines whether this use of an attribute declaration
requires an appropriate attribute information item to be present, or
merely allows it.
- getResourceResolver() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getRev() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getRev() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getRoot() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- getRoot() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
- getRoot(Document) - Static method in class org.apache.xerces.util.DOMUtil
-
- getRootName() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- getRootName() - Method in interface org.apache.xerces.xni.grammars.XMLDTDDescription
-
Return the root name of this DTD.
- getRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getRows() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
-
- getRows() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getRows() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getRows() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getRowSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getRules() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getS4SGrammar(short) - Static method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getSawFallback(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns whether an <fallback> was encountered at the specified depth,
as an ancestor of the current element, or as a sibling of an ancestor of the
current element.
- getSawInclude(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Return whether an <include> was encountered at the specified depth,
as an ancestor of the current item.
- getSAXErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Gets the internal XMLErrorHandler
as SAX ErrorHandler.
- getSAXFeatures() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the SAX features.
- getSAXProperties() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the SAX properties.
- getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the scanner state name.
- getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the scanner state name.
- getScannerVersion() - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- getScannerVersion() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema default]
- getSchemaDefault() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[schema default]
: the canonical lexical representation of
the declaration's {value constraint} value.
- getSchemaInformation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema information]
- getSchemaInformation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema information]
- getSchemaInformation() - Method in interface org.apache.xerces.xs.ElementPSVI
-
schema information: the schema information property if it is the
validation root, null
otherwise.
- getSchemaNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[schema namespace]
- getSchemaNamespace() - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
[schema namespace]: A namespace name or null
if absent.
- getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
-
Deprecated.
Use getSchemaValue().getNormalizedValue() instead
- getSchemaTypeInfo() - Method in class org.apache.xerces.dom.AttrImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.dom.ElementImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getSchemaValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getSchemaValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getSchemaValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getSchemaValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getSchemaValue() - Method in interface org.apache.xerces.xs.ItemPSVI
-
If this item has a simple type definition or a complex type with simple
content, then return the value with respect to the simple type.
- getScheme() - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getScheme() - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getScheme() - Method in interface org.apache.wml.WMLMetaElement
-
- getScheme() - Method in class org.apache.xerces.util.URI
-
Get the scheme for this URI.
- getSchemeData() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns a String containing the scheme data of the PointerPart.
- getSchemeName() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns a String containing the scheme name of the PointerPart
or the name of the ShortHand Pointer.
- getSchemeSpecificPart() - Method in class org.apache.xerces.util.URI
-
Get the scheme-specific part for this URI (everything following the
scheme and the first colon).
- getScope() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getScope() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Optional.
- getScope() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Optional.
- getScope() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
[scope].
- getScope() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[scope].
- getScopeForContext(int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getScreenX() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getScreenY() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getScrolling() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getScrolling() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getSeconds() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getSectionRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getSelectedIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getSelector() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the selector.
- getSelectorStr() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{selector} A restricted XPath ([XPath]) expression
- getSelectorStr() - Method in interface org.apache.xerces.xs.XSIDCDefinition
-
[selector]: a restricted XPath 1.0 expression.
- getSendreferer() - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getSendreferer() - Method in interface org.apache.wml.WMLGoElement
-
- getSerializerFactory(String) - Static method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
Register a serializer factory, keyed by the given
method string.
- getSeverity() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The severity of the error, either SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
- getShape() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getShape() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getShiftKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- getShort() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
-
- getSimpleType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A simple type definition corresponding to simple content model,
otherwise null
- getSimpleType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
A simple type definition corresponding to a simple content model,
otherwise null
.
- getSimpleTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getSize() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- getSize() - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- getSize() - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getSize() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getSize() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getSize() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getSize() - Method in interface org.apache.wml.WMLInputElement
-
- getSpan() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getSpecified() - Method in class org.apache.xerces.dom.AttrImpl
-
The "specified" flag is true if and only if this attribute's
value was explicitly specified in the original document.
- getSpecified() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getSrc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getSrc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getSrc() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getSrc() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getSrc() - Method in interface org.apache.wml.WMLImgElement
-
- getStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getStandalone() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the document type is standalone.
- getStandby() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getStart() - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- getStartContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getStartOffset() - Method in class org.apache.xerces.dom.RangeImpl
-
- getState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getState() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getStrictErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getStrictErrorChecking() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying whether errors checking is enforced or not.
- getStrictMixedContent() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
A boolean defining whether the element order and number of the child
elements for mixed content type has to be respected or not.
- getStringData() - Method in class org.apache.xerces.dom.DOMInputImpl
-
A string attribute that represents a sequence of 16 bit units (utf-16
encoded characters).
- getSubModels() - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
Pointers to ASObject
s such as
ASElementDeclaration
s and further
ASContentModel
s.
- getSubstitutionGroup(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
get all elements that can substitute the given element,
according to the spec, we shouldn't consider the {block} constraints.
- getSubstitutionGroup(XSElementDeclaration) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getSubstitutionGroup(XSElementDeclaration) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getSubstitutionGroupAffiliation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{substitution group affiliation} Optional.
- getSubstitutionGroupAffiliation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[substitution group affiliation]: a top-level element definition if it
exists, otherwise null
.
- getSubstitutionGroupExclusions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Specifies if this declaration can be nominated as
the {substitution group affiliation} of other
element declarations having the same {type definition}
or types derived therefrom.
- getSubstitutionGroupExclusions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[substitution group exclusions]: the returned value is a bit
combination of the subset of {
DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} or
DERIVATION_NONE
.
- getSummary() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getSupportedMethod() - Method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
Returns the method supported by this factory and used to register
the factory.
- getSymbol(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- getSymbol(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- getSymbolTable() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the symbol table.
- getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Returns the symbol table.
- getSymbolTable() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getSyntheticAnnotation() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getSyntheticAnnotation(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getSystemId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getSystemId() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The system identifier, a URI reference , for this input source.
- getSystemId() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
- getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
-
The system identifier associated with the entity.
- getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
-
The System Identifier for this Notation.
- getSystemId() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- getSystemId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- getSystemId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- getSystemId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional if {public identifier} is present.
- getSystemId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
System identifier.
- getSystemId() - Method in class org.apache.xerces.stax.EmptyLocation
-
Returns the system ID of the XML
- getSystemId() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
-
- getSystemId() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
-
- getSystemId() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
-
- getSystemId() - Method in class org.apache.xerces.stax.ImmutableLocation
-
- getSystemId() - Method in class org.apache.xerces.util.LocatorProxy
-
System identifier.
- getSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Returns the system identifier.
- getSystemId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
-
The URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- getTabIndex() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getTabIndex() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getTabIndex() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getTabIndex() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getTabIndex() - Method in interface org.apache.wml.WMLInputElement
-
- getTabIndex() - Method in interface org.apache.wml.WMLSelectElement
-
- getTableViewBucket(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the position in the table view
where the given attribute name would be hashed.
- getTableViewBucket(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the position in the table view
where the given attribute name would be hashed.
- getTagName() - Method in class org.apache.xerces.dom.ElementImpl
-
Returns the name of the Element.
- getTagName() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getTagName() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getTarget() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getTarget() - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getTarget() - Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- getTarget() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getTarget() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getTarget() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getTarget() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
A PI's "target" states what processor channel the PI's data
should be directed to.
- getTarget() - Method in class org.apache.xerces.stax.events.ProcessingInstructionImpl
-
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Returns this grammar's target namespace.
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If the context is "include" or "redefine", then return the target
namespace of the enclosing schema document; otherwise, the expected
target namespace of this document.
- getTargetNamespace() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
If the context is "include" or "redefine", then return the target
namespace of the enclosing schema document; otherwise, the expected
target namespace of this document.
- getTBodies() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTerm() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{term} One of a model group, a wildcard, or an element declaration.
- getTerm() - Method in interface org.apache.xerces.xs.XSParticle
-
[term]: one of a model group, a wildcard, or an element declaration.
- getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
- getTermName(int) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
Returns the name of the term (element or wildcard) for the given identifier.
- getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
- getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
- getText() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getText() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getText() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getText() - Method in class org.apache.html.dom.HTMLTitleElementImpl
-
- getText() - Method in class org.apache.xerces.stax.events.CommentImpl
-
- getTextContent() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getTextContent() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getTextContent() - Method in class org.apache.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its
descendants.
- getTextContent() - Method in class org.apache.xerces.dom.ParentNode
-
- getTextContent() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTime(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses time hh:mm:ss.sss and time zone if any
- getTimeStamp() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getTimeZone(String, AbstractDateTimeDV.DateTimeData, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses time zone: 'Z' or {+,-} followed by hh:mm
- getTimeZoneHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getTimeZoneMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getTitle() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getTitle() - Method in class org.apache.html.dom.HTMLElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLAElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getTitle() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getTitle() - Method in interface org.apache.wml.WMLAElement
-
- getTitle() - Method in interface org.apache.wml.WMLAnchorElement
-
- getTitle() - Method in interface org.apache.wml.WMLCardElement
-
- getTitle() - Method in interface org.apache.wml.WMLFieldsetElement
-
- getTitle() - Method in interface org.apache.wml.WMLInputElement
-
- getTitle() - Method in interface org.apache.wml.WMLOptgroupElement
-
- getTitle() - Method in interface org.apache.wml.WMLOptionElement
-
- getTitle() - Method in interface org.apache.wml.WMLSelectElement
-
- getTitle() - Method in interface org.apache.wml.WMLTableElement
-
- getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getTriggeringComponent() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns the name of such triggering component: the name of
the element/attribute, or the value of the xsi:type.
- getTriggeringComponent() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
-
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns the name of such triggering component: the name of
the element/attribute, or the value of the xsi:type.
- getType() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLLIElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getType() - Method in class org.apache.html.dom.HTMLUListElementImpl
-
- getType() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getType() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getType() - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- getType() - Method in interface org.apache.wml.WMLDoElement
-
- getType() - Method in interface org.apache.wml.WMLInputElement
-
- getType() - Method in interface org.apache.wml.WMLOneventElement
-
- getType() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
- getType(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getType() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The type
of this object, i.e.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by index.
- getType(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by XML 1.0 qualified name.
- getType(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by Namespace name.
- getType() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Returns the exception type.
- getType(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's type by index.
- getType(String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's type by XML 1.0 qualified name.
- getType(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's type by Namespace name.
- getType() - Method in interface org.apache.xerces.xs.XSObject
-
The type
of this object, i.e.
- getTypeCategory() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeCategory() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getTypeCategory() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTypeCategory() - Method in interface org.apache.xerces.xs.XSTypeDefinition
-
Return whether this type definition is a simple type or complex type.
- getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
A simple type definition
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Either a simple type definition or a complex type definition.
- getTypeDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getTypeDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[type definition]
: an item isomorphic to the type
definition used to validate the schema item.
- getTypeDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
[type definition]: A simple type definition.
- getTypeDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
[type definition]: either a simple type definition or a complex type
definition.
- getTypeDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
-
Convenience method.
- getTypeDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
-
Convenience method.
- getTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
-
The declared simple type definition used to validate this value.
- getTypeInfo(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Clears the type info that is stored in the fNodeValue array
- getTypeName() - Method in class org.apache.xerces.dom.AttrImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.AttrNSImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.ElementImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.ElementNSImpl
-
- getTypeName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.AttrImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.AttrNSImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.ElementImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.ElementNSImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getUri() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The URI where the error occured, or null if there is no URI available.
- getURI(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getURI(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- getURI(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- getURI(String) - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- getURI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getURI(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getURI(String) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- getURI(String) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getURI(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's Namespace URI by index.
- getURI(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURI(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURI(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURI(String) - Method in interface org.apache.xerces.xni.NamespaceContext
-
Look up a prefix and get the currently-mapped Namespace URI.
- getURI(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's Namespace URI by index.
- getURIFromIncludeParent(String) - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
This returns the namespace URI which was associated with the given pretext, in
the context that existed at the include parent of the current element.
- getURL() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getUsageLocation() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
0 if used internally, 1 if used externally, 2 if not all.
- getUsageLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
0 if used internally, 1 if used externally, 2 if not all.
- getUseLiteralSystemId() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the preference for whether the literal system
identifier should be used when resolving system
identifiers when both it and the expanded system
identifier are available.
- getUseMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getUseMap() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getUseMap() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getUserData(Node, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Retrieves the object associated to a key on a this node.
- getUserData(NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: kept for backward compatibility
Retreive user data related to a given node
- getUserData(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getUserData(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Retrieves the object associated to a key on a this node.
- getUserData() - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM:
Returns the user data associated to this node.
- getUserData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getUserDataRecord(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getUserDataRecord() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getUserDataRecord() - Method in class org.apache.xerces.dom.NodeImpl
-
- getUserinfo() - Method in class org.apache.xerces.util.URI
-
Get the userinfo for this URI.
- getUtf16Offset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646],
offset into the input source this locator is pointing to or -1 if there
is no UTF-16 offset available.
- getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[validation attempted]
: determines the extent to which
the schema item has been validated.
- getValidationContext() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getValidationContext() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getValidationContext() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getValidationContext() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getValidationContext() - Method in interface org.apache.xerces.xs.ItemPSVI
-
The nearest ancestor element information item with a
[schema information]
property (or this element item
itself if it has such a property).
- getValidity() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in interface org.apache.xerces.xs.ItemPSVI
-
[validity]
: determines the validity of the schema item
with respect to the validation being attempted.
- getVAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getVAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getVAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getVAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getValInfo() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getValue() - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLLIElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getValue() - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getValue() - Method in interface org.apache.wml.WMLInputElement
-
- getValue() - Method in interface org.apache.wml.WMLOptionElement
-
- getValue() - Method in interface org.apache.wml.WMLPostfieldElement
-
- getValue() - Method in interface org.apache.wml.WMLSelectElement
-
- getValue() - Method in interface org.apache.wml.WMLSetvarElement
-
- getValue() - Method in interface org.apache.wml.WMLTimerElement
-
- getValue() - Method in class org.apache.xerces.dom.AttrImpl
-
The "string value" of an Attribute is its text representation,
which in turn is a concatenation of the string values of its children.
- getValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getValue(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue() - Method in class org.apache.xerces.stax.events.AttributeImpl
-
- getValue(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(Attr) - Static method in class org.apache.xerces.util.DOMUtil
-
- getValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by index.
- getValue(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by XML 1.0 qualified name.
- getValue(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by Namespace name.
- getValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's value by index.
- getValue(String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's value by XML 1.0 qualified name.
- getValue(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Look up an attribute's value by Namespace name.
- getValue() - Method in interface org.apache.xerces.xs.datatypes.XSDouble
-
- getValue() - Method in interface org.apache.xerces.xs.datatypes.XSFloat
-
- getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
-
The actual value of the default or fixed value constraint.
- getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
-
The actual value of the default or fixed value constraint.
- getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
The actual value of the default or fixed value constraint.
- getValues(Object[], int) - Method in class org.apache.xerces.util.SymbolHash
-
Add all values to the given array.
- getValueStoreFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Returns the value store associated to the specified IdentityConstraint.
- getValueType() - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getVariety() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getVariety() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getVariety() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
[variety]: one of {atomic, list, union} or absent.
- getVersion() - Method in class org.apache.html.dom.HTMLHtmlElementImpl
-
- getVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getVersion() - Static method in class org.apache.xerces.impl.Version
-
- getVersion() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
-
- getVersion() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns the version for this output method.
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XMLScanner
-
- getView() - Method in class org.apache.xerces.dom.events.UIEventImpl
-
- getVLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getVspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getVspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getVspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getVspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getVspace() - Method in interface org.apache.wml.WMLImgElement
-
- getWhatToShow() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the whatToShow value
- getWhatToShow() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the whatToShow value
- getWhitespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getWhitespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getWhitespace() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Return the whitespace corresponding to this datatype.
- getWholeText() - Method in class org.apache.xerces.dom.TextImpl
-
DOM Level 3 WD - Experimental.
- getWholeText() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
- getWidth() - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLPreElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getWidth() - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getWidth() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getWidth() - Method in interface org.apache.wml.WMLImgElement
-
- getWrappedXSSimpleType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- getWriter(OutputStream) - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.
Returns a writer for this encoding based on
an output stream.
- getXercesAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: get inded of an attribute
- getXercesFeatures() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the Xerces features.
- getXercesProperties() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the Xerces properties.
- getXInt(int) - Method in class org.apache.xerces.impl.xs.util.XIntPool
-
- getXMLBaseAttribute() - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM
Returns the xml:base attribute.
- getXMLBaseAttribute() - Method in class org.apache.xerces.dom.ElementNSImpl
-
NON-DOM
Returns the xml:base attribute.
- getXmlEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlEncoding() - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental
the encoding of this entity, when it is an external parsed entity.
- getXmlEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
public void setInputEncoding(String actualEncoding){
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
}
- getXMLEventReader() - Method in class org.apache.xerces.util.StAXInputSource
-
- getXMLGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Returns the grammar pool.
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DayDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
- getXMLGregorianCalendar() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLAElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLBElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLIElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLPElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLUElementImpl
-
- getXmlLang() - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- getXmlLang() - Method in interface org.apache.wml.WMLAElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLAnchorElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLBElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLBigElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLBrElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLCardElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLDoElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLEmElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLFieldsetElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLIElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLImgElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLInputElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLOptgroupElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLOptionElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLPElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLSelectElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLSmallElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLStrongElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLTableElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLTdElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLUElement
-
- getXmlLang() - Method in interface org.apache.wml.WMLWmlElement
-
- getXMLParserConfiguration() - Method in class org.apache.xerces.parsers.DOMParser
-
Returns this parser's XMLParserConfiguration.
- getXMLReader() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Returns the XMLReader that is encapsulated by the implementation of
this class.
- getXMLReader() - Method in class org.apache.xerces.util.SAXInputSource
-
- getXmlStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlStandalone() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, whether this
document is standalone.
- getXMLStreamReader() - Method in class org.apache.xerces.util.StAXInputSource
-
- getXmlVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlVersion() - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental
the version number of this entity, when it is an external parsed entity.
- getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the XML version of the current entity.
- getXmlVersion() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, the version
number of this document.
- getXMLVersion() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getXMLVersion() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
- getXMLVersion() - Method in class org.apache.xerces.util.LocatorProxy
-
- getXMLVersion() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getXMLVersion() - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- getXMLVersion() - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- getXMLVersion() - Method in interface org.apache.xerces.xni.XMLLocator
-
Returns the XML version of the current entity.
- getXNIQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
-
- getXPath() - Method in class org.apache.xerces.impl.xs.identity.Field
-
Returns the field XPath.
- getXPath() - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Returns the selector XPath.
- getXPointerPart() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns the pointer part used to resolve the document fragment.
- getYearMonth(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses date CCYY-MM
- getYears() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- GMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The month data type as defined in .
- GMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
gMonth
- GMONTHDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The monthday data type as defined in .
- GMONTHDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
gMonthDay
- grammar - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- Grammar - Interface in org.apache.xerces.xni.grammars
-
A generic grammar for use in validating XML documents.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property id: Grammar pool.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: grammar pool.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Property identifier: grammar pool.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: grammar pool .
- GREATER_THAN - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- GYEAR_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The year data type as defined in .
- GYEAR_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
gYear
- GYEARMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The yearmonth data type as defined in .
- GYEARMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
gYearMonth
- IC_KEY - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
-
See the definition of key
in the identity-constraint
category.
- IC_KEYREF - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
-
See the definition of keyref
in the identity-constraint
category.
- IC_UNIQUE - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
-
See the definition of unique
in the identity-constraint
category.
- ID - Static variable in class org.apache.xerces.dom.NodeImpl
-
- ID_CONSTRAINT_NUM - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- ID_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The ID data type as defined in .
- ID_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
ID
- ID_IDREF_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: whether to ignore ID/IDREF errors
- ID_IDREF_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: whether to ignore ID/IDREF errors
- ID_IDREF_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: whether to ignore ID/IDREF errors
- ID_IDREF_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Perform checking of ID/IDREFs ("validation/id-idref-checking")
- IDC_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Feature to ignore errors caused by identity constraints ("validation/identity-constraint-checking")
- IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDDatatypeValidator - ID represents the ID attribute
type from XML 1.0 Recommendation.
- IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
-
- IDDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "ID"
- IDDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDDV
-
- identifiers - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Identifiers.
- IDENTITY_CONSTRAINT - Static variable in interface org.apache.xerces.xs.XSConstants
-
The object describes an identity constraint definition.
- IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: whether to ignore identity constraint errors
- IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: whether to ignore identity constraint errors
- IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: whether to ignore identity constraint errors
- IdentityConstraint - Class in org.apache.xerces.impl.xs.identity
-
Base class of Schema identity constraint.
- IdentityConstraint(String, String, String) - Constructor for class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Default constructor.
- IDREF_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The IDREF data type as defined in .
- IDREF_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
IDREF
- IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDREFDatatypeValidator - represents the IDREFS
attribute type from XML 1.0 recommendation.
- IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
-
- IDREFDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "IDREF"
- IDREFDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDREFDV
-
- IDREFS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The IDREFS data type as defined in .
- ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
-
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Ignorable whitespace.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- IGNORABLEWS - Static variable in class org.apache.xerces.dom.NodeImpl
-
- IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
- IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
- IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
- IGNORE_XSI_TYPE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Feature to ignore xsi:type attributes on elements during validation,
until a global element declaration is found.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- ignoredCharacters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
Characters within an IGNORE conditional section.
- ImmutableLocation - Class in org.apache.xerces.stax
-
An immutable StAX Location
.
- ImmutableLocation(Location) - Constructor for class org.apache.xerces.stax.ImmutableLocation
-
- ImmutableLocation(int, int, int, String, String) - Constructor for class org.apache.xerces.stax.ImmutableLocation
-
- importASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Imports ASObject
into ASModel.
- importNode(Node, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Copies a node from another document to this document.
- importNode(Node, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- inCData - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.
True while inside CData and printing text as CData.
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Comments feature ("include-comments").
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: include comments.
- INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
-
Include ignorable whitespace feature ("dom/include-ignorable-whitespace").
- INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: include ignorable whitespace.
- indent(int) - Static method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- indent() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
Increment the indentation for the next line.
- Indent - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
-
Deprecated.
If indentation is turned on, the default identation
level is 4.
- indent() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- IndentPrinter - Class in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
- IndentPrinter(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- INDETERMINATE - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- INDEX_SIZE_ERR - Static variable in exception org.apache.xerces.xs.XSException
-
If index or size is negative, or greater than the allowed value
- indexOf(String, int, int, char) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Computes index of given char within StringBuffer
- inExternal - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
Note: flag of where the entity is defined, not whether it is a external entity
- inExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
-
- INFOSET - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- INFOSET_FALSE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- INFOSET_MASK - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- INFOSET_TRUE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- init() - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
Initialize Message Formatter.
- init() - Method in class org.apache.xerces.impl.dtd.XML11DTDValidator
-
- init() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
initialization
- init() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Initializes the XPointer Processor;
- initCause(Throwable) - Method in exception org.apache.xerces.xni.XNIException
-
Initializes the cause of this XNIException
.
- initErrorReporter() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Initializes error handling objects
- initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
-
The DOM doesn't deal with constructors, so instead we have an
initializer call to set most of the read-only fields.
- INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Initial chunk size.
- initializeContentModelStack() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Initialize content model stack.
- initialized - Variable in class org.apache.xerces.dom.events.EventImpl
-
- initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class org.apache.xerces.dom.events.MouseEventImpl
-
- initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
Initialize a mutation event, or overwrite the event's current
settings with new values of the parameters.
- initUIEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.xerces.dom.events.UIEventImpl
-
- initValueStoresFor(XSElementDecl, FieldActivator) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Initializes the value stores for the specified element
declaration.
- inputEncoding - Variable in class org.apache.xerces.dom.EntityImpl
-
Input Encoding
- insertASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Inserts ASObject
into ASModel.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Since a Document may contain at most one top-level Element child,
and at most one DocumentType declaraction, we need to subclass our
add-children methods to implement this constraint.
- insertBefore(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Inserts a child before the specified node in the table.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- insertCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- insertData(int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Insert additional characters into the data stored in this node,
at the offset specified.
- insertData(int, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Insert a string at the specified 16-bit unit offset.
- insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
This function is called from the DOM.
- insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- insertsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
Inserts a new node in the submodel.
- insertTextContent(StringBuffer) - Method in class org.apache.xerces.dom.TextImpl
-
internal method taking a StringBuffer in parameter and inserts the
text content at the start of the buffer
- INSTANCE - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
Singleton instance.
- inSubstitutionGroup(XSElementDecl, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- INT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The integer data type as defined in .
- INT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
int
- INTEGER - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The integer data type as defined in .
- INTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
integer
- IntegerDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "integer"
- IntegerDV() - Constructor for class org.apache.xerces.impl.dv.xs.IntegerDV
-
- IntegratedParserConfiguration - Class in org.apache.xerces.parsers
-
This is configuration uses a scanner that integrates both scanning of the document
and binding namespaces.
- IntegratedParserConfiguration() - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Default constructor.
- IntegratedParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- IntegratedParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- IntegratedParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- INTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
constant defining an internal entity.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
An internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- internalRemoveNamedItem(String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
-
Internal removeNamedItem method allowing to specify whether an exception
must be thrown if the specified name is not found.
- internalRemoveNamedItemNS(String, String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
-
Internal removeNamedItemNS method allowing to specify whether an
exception must be thrown if the specified local name and namespace URI
is not found.
- internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
- intersection(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- IntStack - Class in org.apache.xerces.util
-
A simple integer based stack.
- IntStack() - Constructor for class org.apache.xerces.util.IntStack
-
- intValue() - Method in class org.apache.xerces.impl.xs.util.XInt
-
- InvalidDatatypeFacetException - Exception in org.apache.xerces.impl.dv
-
Datatype exception for invalid facet.
- InvalidDatatypeFacetException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeFacetException
-
Create a new datatype exception by providing an error code and a list
of error message substitution arguments.
- InvalidDatatypeValueException - Exception in org.apache.xerces.impl.dv
-
Datatype exception for invalid values.
- InvalidDatatypeValueException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeValueException
-
Create a new datatype exception by providing an error code and a list
of error message substitution arguments.
- invalidStandaloneAttDef(QName, QName) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns true if invalid standalone attribute definition.
- IS_STANDALONE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Is standalone feature ("is-standalone").
- isAbsoluteURI() - Method in class org.apache.xerces.util.URI
-
Returns whether this URI represents an absolute URI.
- isAttrValueWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, NamedNodeMap, Attr, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check if attribute value is well-formed
- isBase64(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isBoolean(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if the specified attribute is a boolean and should be
printed without the value.
- isCachedDTD() - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- isCData() - Method in class org.apache.xerces.stax.events.CharactersImpl
-
- isCDATAAttribute(QName, QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns whether the given attribute is of type CDATA or not
- isCDataElement(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the text node children of the given elements
should be output as CDATA.
- isCDataWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
Check if CDATA section is well-formed
- isChildFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
- isChildFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
- isClosing(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if the opening of one element (tagName) implies
the closing of another open element (openTag).
- isCommentWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check if value of the comment is well-formed
- isCompactedForUPA() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
- isCompactedForUPA() - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
Checks if this content model has had its min/maxOccurs values reduced for
purposes of speeding up UPA.
- isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
- isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
- isComparable(ValidatedInfo, ValidatedInfo) - Static method in class org.apache.xerces.impl.dv.ValidatedInfo
-
Returns true if the two ValidatedInfo objects can be compared in the same
value space.
- isConformantSchemeName(String) - Static method in class org.apache.xerces.util.URI
-
Determine whether a scheme conforms to the rules for a scheme name.
- isContent(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character can be considered content.
- isData(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isDeclared(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclared(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclared(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclaredEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is declared.
- isDefaultNamespace(String) - Method in class org.apache.xerces.dom.NodeImpl
-
DOM Level 3: Experimental
This method checks if the specified namespaceURI
is the
default namespace or not.
- isDefaultNamespace(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isDefaultNamespaceDeclaration() - Method in class org.apache.xerces.stax.events.NamespaceImpl
-
- isDefinedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- isDefinedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- isDefinedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Convenience method.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- isDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- isDisallowedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Convenience method.
- isDisallowedSubstitution(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Convenience method that checks if disallowed
is a
disallowed substitution for this element declaration.
- isDocumentState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Returns true if in the state of the document.
- isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Checks if a type is derived from another by restriction, given the name
and namespace.
- isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Checks if a type is derived from another given the the name, namespace
and derivation method.
- isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- isElementContent(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if element is declared to have element content.
- isElementContentWhitespace() - Method in class org.apache.xerces.dom.TextImpl
-
DOM L3 Core CR - Experimental
Returns whether this text node contains
element content whitespace, often abusively called "ignorable whitespace".
- isElementContentWhitespace() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
DOM Level 3 CR
- isElementDefined(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if this element is defined in the currently active AS.
- isElementDefinedNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
-
Deprecated.
Determines if this element in this namespace is defined in the
currently active AS.
- isEmpty() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- isEmpty() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- isEmpty() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- isEmptyTag(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if element is declared to be empty.
- isEncodingExternallySpecified() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns whether the encoding of this entity was externally specified.
- isEntityDeclared(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- isEntityDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isEntityDeclared(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Checks if an entity is declared.
- isEntityDeclared(String) - Method in interface org.apache.xerces.impl.validation.EntityState
-
Query method to check if entity with this name was declared.
- isEntityDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isEntityDeclInExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this entity was declared in the external subset.
- isEntityDeclInExternalSubset(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether the declaration of an entity given by name is
// in the external subset.
- isEntityUnparsed(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isEntityUnparsed(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Checks if an entity is unparsed.
- isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.validation.EntityState
-
Query method to check if entity is unparsed.
- isEntityUnparsed(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isEqual(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isEqual(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- isEqual(Object, Object) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Check whether two actual values are equal.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.AttrImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Tests whether two nodes are equal.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.ParentNode
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Returns true if this is an external entity.
- isExternal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns true if the current entity being scanned is external.
- isExternalEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is external.
- isFallbackElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the element is an <fallback> element.
- isFinal(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isFinal(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- isFinal(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{final} For complex type definition it is a subset of {extension,
restriction}.
- isFinal(short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
-
{final}.
- isFinalState(int) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
check whether the given state is one of the final states
- isFixedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- isFixedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- isFixedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
-
Convenience method.
- isFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the Node fragment is resolved.
- isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns true if the XPointer expression resolves to a resource fragment
specified as input else returns false.
- isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Returns true if the XPointer expression resolves to the current resource fragment
or Node which is part of the input resource being streamed else returns false.
- isFullyComposed() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
-
Returns whether the schema components contained in this object
can be considered to be a fully composed schema and should be
used to the exclusion of other schema components which may be
present elsewhere.
- isGenericURI() - Method in class org.apache.xerces.util.URI
-
Get the indicator as to whether this URI uses the "generic URI"
syntax.
- isGrammarFound() - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- isHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- isHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- isHighSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns whether the given character is a high surrogate
- isId() - Method in class org.apache.xerces.dom.AttrImpl
-
DOM Level 3: isId
- isId() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- isIdDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isIdDeclared(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Checks if an ID has already been declared.
- isIdDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isIDType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isIDType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- isIDType() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Check whether this type is or is derived from ID.
- isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: Returns whether this Text is ignorable whitespace.
- isIgnorableWhiteSpace() - Method in class org.apache.xerces.stax.events.CharactersImpl
-
- isImmutable() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- isIncludeElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the element is an <include> element.
- isInvalid(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isInvalid(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isInvalid(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isInvalid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is invalid.
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isKidOK(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Uses the kidOK lookup table to check whether the proposed
tree structure is legal.
- isLowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character can be considered markup.
- isMatched() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
Returns value of first member of fMatched that
is nonzero.
- isName(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNamespaceAware() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if this grammar is namespace aware.
- isNamespaceAware() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- isNamespaceAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- isNamespaceAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- isNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isNextCharUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Returns true
if the character at start is 'Z', '+' or '-'.
- isNodeValid(boolean, short) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Determines if the Node is valid relative to currently active AS.
- isNonEscapingElement(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns true if the text node children of the given elements
should be output unescaped.
- isNormalized() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMAny
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- isOnlyOpening(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if element's closing tag is generally not printed.
- isOptionalClosing(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if element's closing tag is optional and need not
exist.
- isPad(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isPE - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
isPE
- isPreserveSpace(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if element's textual contents preserves spaces.
- isPrintable(char) - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.
Checks whether the specified character is printable or not in this encoding.
- isProhibitedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{prohibited substitutions} A subset of {extension, restriction}.
- isProhibitedSubstitution(short) - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
-
[prohibited substitutions]: a subset of {extension, restriction}
- isPubid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isRootDocument() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isSameNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Returns whether this node is the same node as the given one.
- isSameNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isSchemaLanguageSupported(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
Is specified schema supported by this SchemaFactory
?
- isSpace(int) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- isSpace(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSpecified(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- isSpecified(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified() - Method in class org.apache.xerces.stax.events.AttributeImpl
-
- isSpecified(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns true if the attribute is specified in the instance document.
- isSpecified(int) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Returns true if the attribute is specified in the instance document.
- isStandalone() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns true if the document entity is standalone.
- isStandalone() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
-
- isSubsetOf(XSWildcardDecl) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Schema Component Constraint: Wildcard Subset
- isSubstitutionGroupExclusion(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Convenience method.
- isSubstitutionGroupExclusion(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
-
Convenience method that checks if exclusion
is a
substitution group exclusion for this element declaration.
- isSupplemental(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a supplemental character.
- isSupported(String, String) - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- isSupported(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isTopLevelIncludedItem() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current element is a top level included item.
- isTopLevelIncludedItemViaFallback() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isTopLevelIncludedItemViaInclude() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Checks whether this string would be unchanged by normalization.
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Checks whether this string would be unchanged by normalization.
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Checks whether this string would be unchanged by normalization.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns true if this is an unparsed entity.
- isUnparsedEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is unparsed.
- isURI(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Returns true if the specified attribute it a URI and should be
escaped appropriately.
- isValid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is valid.
- isValid(int) - Method in class org.apache.xerces.xinclude.XInclude11TextReader
-
Returns true if the specified character is a valid XML character
as per the rules of XML 1.1.
- isValid(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Returns true if the specified character is a valid XML character
as per the rules of XML 1.0.
- isValidating() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- isValidating() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- isValidIANAEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- isValidName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- isValidName(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNCName(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- isValidNmtoken(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isValidQName(String, String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
-
Checks if the given qualified name is legal with respect
to the version of XML to which this document must conform.
- isWellFormedAddress(String) - Static method in class org.apache.xerces.util.URI
-
Determine whether a string is syntactically capable of representing
a valid IPv4 address, IPv6 reference or the domain name of a network host.
- isWellFormedIPv4Address(String) - Static method in class org.apache.xerces.util.URI
-
Determines whether a string is an IPv4 address as defined by
RFC 2373, and under the further constraint that it must be a 32-bit
address.
- isWellFormedIPv6Reference(String) - Static method in class org.apache.xerces.util.URI
-
Determines whether a string is an IPv6 reference as defined
by RFC 2732, where IPv6address is defined in RFC 2373.
- isWhiteSpace(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isWhiteSpace() - Method in class org.apache.xerces.stax.events.CharactersImpl
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
Gets the XInclude processing mode for this parser
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Gets the XInclude processing mode for this parser
- isXML11Content(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character can be considered
content in an external parsed entity.
- isXML11InternalEntityContent(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character can be considered
content in an internal parsed entity.
- isXML11Invalid(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is invalid.
- isXML11Name(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid name
character as defined by production [4a] in the XML 1.1
specification.
- isXML11NameHighSurrogate(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns whether the given character is a valid
high surrogate for a name character.
- isXML11NameStart(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid name start
character as defined by production [4] in the XML 1.1
specification.
- isXML11NCName(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
1.1 recommendation.
- isXML11NCNameStart(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
1.1 recommendation.
- isXML11Space(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a space character
as amdended in the XML 1.1 specification.
- isXML11Valid(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is valid.
- isXML11ValidLiteral(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is valid and permitted outside
of a character reference.
- isXML11ValidName(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid Name according to [5]
in the XML 1.1 Recommendation
- isXML11ValidNCName(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.1 Recommendation
- isXML11ValidNmtoken(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.1 Recommendation
- isXMLCharWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check for valid XML characters as per the XML version
- isXMLName(String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
-
Check the string against XML's definition of acceptable names for
elements and attributes and so on using the XMLCharacterProperties
utility class
- isXPointerResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the XPointer successfully found a sub-resource .
- isXPointerResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Returns true if the XPointer expression resolves any subresource of the
input resource.
- item(int) - Method in class org.apache.xerces.dom.AttrImpl
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
-
Returns the node at the specified index.
- item(int) - Method in class org.apache.xerces.dom.DOMImplementationListImpl
-
Returns the indexth item in the collection.
- item(int) - Method in class org.apache.xerces.dom.DOMStringListImpl
-
- item(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Retrieve an item from the map by 0-based index.
- item(int) - Method in class org.apache.xerces.dom.NodeImpl
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in class org.apache.xerces.dom.ParentNode
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
Returns the index
th item in the map.
- item(int) - Method in interface org.apache.xerces.dom3.as.ASObjectList
-
Deprecated.
Returns the index
th item in the collection.
- item(int) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
Returns the index
th item in the collection.
- item(int) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Returns the index
th item in the map.
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
Returns the index
th item in the collection.
- item(int) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.datatypes.ByteList
-
Returns the index
th item in the collection.
- item(int) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.LSInputList
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.ShortList
-
Returns the index
th item in the collection.
- item(int) - Method in interface org.apache.xerces.xs.StringList
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.XSNamedMap
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.XSNamespaceItemList
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- item(int) - Method in interface org.apache.xerces.xs.XSObjectList
-
Returns the index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list.
- itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Retrieves an XSObject
specified by local name and namespace
URI.
- itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Retrieves an XSObject
specified by local name and
namespace URI.
- itemByName(String, String) - Method in interface org.apache.xerces.xs.XSNamedMap
-
Retrieves an XSObject
specified by local name and
namespace URI.
- ItemPSVI - Interface in org.apache.xerces.xs
-
Represents an abstract PSVI item for an element or an attribute
information item.
- itemValueTypes - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
- iterator() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- iterator() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- iteratorReferenceQueue - Variable in class org.apache.xerces.dom.DocumentImpl
-
Reference queue for cleared Node Iterator references
- iterators - Variable in class org.apache.xerces.dom.DocumentImpl
-
Node Iterators
- sameBaseURIAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current [base URI] is the same as the [base URI] that
was in effect on the include parent.
- sameLanguageAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current [language] is equivalent to the [language] that
was in effect on the include parent, taking case-insensitivity into account
as per [RFC 3066].
- saveBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Saves the current base URI to the top of the stack.
- saveEnclosingAttr(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM INTERNAL: Pre-mutation context check, in
preparation for later generating DOMAttrModified events.
- saveLanguage(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Saves the given language on the top of the stack.
- saveUnnormalized(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- saveXML(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- SAX_CONTENTHANDLER - Static variable in interface org.apache.xerces.xs.XSAnnotation
-
The object type is org.xml.sax.ContentHandler
.
- SAX_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
SAX feature prefix ("http://xml.org/sax/features/").
- SAX_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
SAX property prefix ("http://xml.org/sax/properties/").
- SAXInputSource - Class in org.apache.xerces.util
-
An XMLInputSource
analogue to javax.xml.transform.sax.SAXSource
.
- SAXInputSource() - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXInputSource(InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXInputSource(XMLReader, InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXLocatorWrapper - Class in org.apache.xerces.util
-
A light wrapper around a SAX locator.
- SAXLocatorWrapper() - Constructor for class org.apache.xerces.util.SAXLocatorWrapper
-
- SAXMessageFormatter - Class in org.apache.xerces.util
-
Used to format SAX error messages using a specified locale.
- SAXMessageFormatter() - Constructor for class org.apache.xerces.util.SAXMessageFormatter
-
- SAXParser - Class in org.apache.xerces.parsers
-
This is the main Xerces SAX parser class.
- SAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified parser configuration.
- SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the dtd/xml schema parser configuration.
- SAXParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified symbol table.
- SAXParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified symbol table and
grammar pool.
- SAXParserFactoryImpl - Class in org.apache.xerces.jaxp
-
This is the implementation specific class for the
javax.xml.parsers.SAXParserFactory
.
- SAXParserFactoryImpl() - Constructor for class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- SAXParserImpl - Class in org.apache.xerces.jaxp
-
This is the implementation specific class for the
javax.xml.parsers.SAXParser
.
- SAXParserImpl.JAXPSAXParser - Class in org.apache.xerces.jaxp
-
Extension of SAXParser.
- SAXParserImpl.JAXPSAXParser() - Constructor for class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- scanAttDefaultDecl(String, String, String, XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an attribute default declaration
- scanAttlistDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an attlist declaration
- scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans an attribute.
- scanAttribute(XMLAttributes) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an attribute.
- scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans an attribute.
- scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
- scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
- scanCDATASection(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a CDATA section.
- scanChar() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns the next character on the input.
- scanChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the next character on the input.
- scanCharReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a character reference.
- scanCharReferenceValue(XMLStringBuffer, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a character reference and append the corresponding chars to the
specified buffer.
- scanComment() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a comment.
- scanComment() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans a comment.
- scanComment(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a comment.
- scanContent() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans element content.
- scanContent(XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of parsed character data, setting the fields of the
XMLString structure, appropriately.
- scanContent() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans element content.
- scanContent(XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of parsed character data, setting the fields of the
XMLString structure, appropriately.
- scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of character data up to the specicied delimiter,
setting the fields of the XMLString structure, appropriately.
- scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanDecls(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Dispatch an XML "event".
- scanDoctypeDecl() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scans a doctype declaration.
- scanDocument(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a document.
- scanDocument(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
-
Scans a document.
- scanDTDExternalSubset(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans the external subset of the document.
- scanDTDExternalSubset(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
-
Scans the external subset of the document.
- scanDTDInternalSubset(boolean, boolean, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans the internal subset of the document.
- scanDTDInternalSubset(boolean, boolean, boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
-
Scans the internal subset of the document.
- scanElementDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an element declaration
- scanEndElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans an end element.
- scanEndElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an end element.
- scanEndElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans an end element.
- scanEntityReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an entity reference.
- scanEntityValue(XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an entity value.
- scanExternalID(String[], boolean) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans External ID and return the public and system IDs.
- scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Scan for DOCTYPE hook.
- scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Scan for DOCTYPE hook.
- scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanName() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanNCName() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the NCName production appearing immediately
on the input as a symbol, or null if no NCName string is present.
- scanNCName() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the NCName production appearing immediately
on the input as a symbol, or null if no NCName string is present.
- SCANNER_STATE_CDATA - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: CDATA section.
- SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: comment.
- SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: content.
- SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: DOCTYPE.
- SCANNER_STATE_DTD_EXTERNAL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: open DTD external subset.
- SCANNER_STATE_DTD_EXTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: DTD external declarations.
- SCANNER_STATE_DTD_INTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: DTD internal declarations.
- SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: end of input.
- SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: end of input.
- SCANNER_STATE_MARKUP_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: markup declaration.
- SCANNER_STATE_PI - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: processing instruction.
- SCANNER_STATE_PROLOG - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: prolog.
- SCANNER_STATE_REFERENCE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: reference.
- SCANNER_STATE_ROOT_ELEMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: root element.
- SCANNER_STATE_START_OF_MARKUP - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: start of markup.
- SCANNER_STATE_TERMINATED - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: terminated.
- SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: Text declaration.
- SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: text declaration.
- SCANNER_STATE_TRAILING_MISC - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: trailing misc.
- SCANNER_STATE_XML_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: XML declaration.
- scanningInternalSubset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
- scanNmtoken() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the NMTOKEN production appearing immediately
on the input as a symbol, or null if NMTOKEN Name string is present.
- scanNmtoken() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the NMTOKEN production appearing immediately
on the input as a symbol, or null if NMTOKEN Name string is present.
- scanPI() - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a processing instruction.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a processing data.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans a processing data.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a processing data.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a pseudo attribute.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans public ID literal.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Scans public ID literal.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans public ID literal.
- scanQName(QName) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a qualified name from the input, setting the fields of the
QName structure appropriately.
- scanQName(QName) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a qualified name from the input, setting the fields of the
QName structure appropriately.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
-
Scan for root element hook.
- scanStartElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans a start element.
- scanStartElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a start element.
- scanStartElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans a start element.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanStartElementName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanStartElementName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanSurrogates(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans surrogates and append them to the specified buffer.
- scanTextDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Dispatch an XML "event".
- scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an XML or text declaration.
- scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans an XML or text declaration.
- SCHEMA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- SCHEMA_1_1_SUPPORT - Static variable in class org.apache.xerces.impl.Constants
-
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.Constants
-
Augment Post-Schema-Validation-Infoset
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: augment PSVI
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: augment PSVI
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: augment PSVI
- SCHEMA_DOMAIN - Static variable in class org.apache.xerces.impl.xs.XSMessageFormatter
-
The domain of messages concerning the XML Schema: Structures specification.
- SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: Schema DV Factory
- SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: Schema DV Factory
- SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: Schema DV Factory
- SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: Schema DV Factory
- SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: Schema DV Factory
- SCHEMA_DV_FACTORY_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Schema element declaration for the root element in a document ("internal/validation/schema/dv-factory").
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.Constants
-
Send schema default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: send element default value via characters()
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.Constants
-
Schema full constraint checking ("validation/schema-full-checking").
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: schema full checking
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: schema full checking
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.impl.Constants
-
JAXP schemaSource language: when used internally may include DTD namespace (DOM)
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.Constants
-
No namespace schema location property ("schema/external-schemaLocation").
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.Constants
-
Schema location property ("schema/external-noNamespaceSchemaLocation").
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: no namespace schema location.
- SCHEMA_NORMALIZED_VALUE - Static variable in class org.apache.xerces.impl.Constants
-
Expose schema normalized values
- SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.Constants
-
JAXP schemaSource property: when used internally may include DTD sources (DOM)
- SCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: validation.
- SCHEMA_VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: schema validation.
- SCHEMA_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Schema validation feature ("validation/schema").
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Validator property ("internal/validator/schema").
- SCHEMA_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
-
- SCHEMA_VERSION_1_0_EXTENDED - Static variable in class org.apache.xerces.impl.Constants
-
- SchemaDateTimeException - Exception in org.apache.xerces.impl.dv.xs
-
- SchemaDateTimeException() - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
-
- SchemaDateTimeException(String) - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
-
- schemaDocument2SystemId(XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- SchemaDOM - Class in org.apache.xerces.impl.xs.opti
-
- SchemaDOM() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- SchemaDOMParser - Class in org.apache.xerces.impl.xs.opti
-
- SchemaDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Default constructor.
- SchemaDVFactory - Class in org.apache.xerces.impl.dv
-
Defines a factory API that enables applications to
- SchemaDVFactory() - Constructor for class org.apache.xerces.impl.dv.SchemaDVFactory
-
- SchemaDVFactoryImpl - Class in org.apache.xerces.impl.dv.xs
-
the factory to create/return built-in schema 1.0 DVs and create user-defined DVs
- SchemaDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
- SchemaGrammar - Class in org.apache.xerces.impl.xs
-
This class is to hold all schema component declaration that are declared
within one namespace.
- SchemaGrammar() - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
-
- SchemaGrammar(String, XSDDescription, SymbolTable) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
-
Default constructor.
- SchemaGrammar(SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
-
- SchemaGrammar.BuiltinSchemaGrammar - Class in org.apache.xerces.impl.xs
-
- SchemaGrammar.BuiltinSchemaGrammar(int, short) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
Special constructor to create the grammars for the schema namespaces
- SchemaGrammar.Schema4Annotations - Class in org.apache.xerces.impl.xs
-
A partial schema for schemas for validating annotations.
- SchemaNamespaceSupport - Class in org.apache.xerces.impl.xs
-
This class customizes the behaviour of the util.NamespaceSupport
class in order to easily implement some features that we need for
efficient schema handling.
- SchemaNamespaceSupport(Element, SymbolTable) - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- SchemaNamespaceSupport(SchemaNamespaceSupport) - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- SchemaParsingConfig - Class in org.apache.xerces.impl.xs.opti
-
- SchemaParsingConfig() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Default constructor.
- SchemaParsingConfig(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table.
- SchemaParsingConfig(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- SchemaParsingConfig(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- SchemaSymbols - Class in org.apache.xerces.impl.xs
-
Collection of symbols used to parse a Schema Grammar.
- SchemaSymbols() - Constructor for class org.apache.xerces.impl.xs.SchemaSymbols
-
- scope - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
scope
- SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- SCOPE_ABSENT - Static variable in interface org.apache.xerces.xs.XSConstants
-
The scope of a declaration within named model groups or attribute
groups is absent
.
- SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- SCOPE_GLOBAL - Static variable in interface org.apache.xerces.xs.XSConstants
-
A scope of global
identifies top-level declarations.
- SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- SCOPE_LOCAL - Static variable in interface org.apache.xerces.xs.XSConstants
-
Locally scoped
declarations are available for use only
within the complex type.
- search(Object, int) - Method in class org.apache.xerces.util.SymbolHash
-
- searchForRecursiveIncludes(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the file indicated by the given system id has already been
included in the current stack.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
property identifier: security manager.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
property identifier: security manager.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: security manager.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- SECURITY_MANAGER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
property identifier: security manager.
- SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Security manager property ("security-manager").
- SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.parsers.SecurityConfiguration
-
- SecurityConfiguration - Class in org.apache.xerces.parsers
-
This configuration allows Xerces to behave in a security-conscious manner; that is,
it permits applications to instruct Xerces to limit certain
operations that could be exploited by malicious document authors to cause a denail-of-service
attack when the document is parsed.
- SecurityConfiguration() - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Default constructor.
- SecurityConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table.
- SecurityConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- SecurityConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- SecurityManager - Class in org.apache.xerces.util
-
This class is a container for parser settings that relate to
security, or more specifically, it is intended to be used to prevent denial-of-service
attacks from being launched against a system running Xerces.
- SecurityManager() - Constructor for class org.apache.xerces.util.SecurityManager
-
Default constructor.
- select() - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- select() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- Selector - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint selector.
- Selector(Selector.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Selector
-
Constructs a selector.
- Selector.Matcher - Class in org.apache.xerces.impl.xs.identity
-
Selector matcher.
- Selector.Matcher(Selector.XPath, FieldActivator, int) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Constructs a selector matcher.
- Selector.XPath - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint selector XPath expression.
- Selector.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.XPath
-
Constructs a selector XPath expression.
- SELF - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
-
Type: self.
- SEND_PSVI - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
sending psvi in the pipeline
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
The separator between choices or sequences of a mixed or children
content model.
- SEPARATOR_CHOICE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
A choice separator for children and mixed content models.
- SEPARATOR_SEQUENCE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
A sequence separator for children content models.
- SEQUENCE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
SEQUENCE
- serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Serializes the DOM element using the previously specified
writer and output format.
- serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Serializes the DOM document fragmnt using the previously specified
writer and output format.
- serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Serializes the DOM document using the previously specified
writer and output format.
- serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.
Serialized the DOM element.
- serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.
Serializes the DOM document.
- serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.
Serializes the DOM document fragment.
- serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Called to serializee the DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
Called to serialize a DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
Called to serialize a DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Called to serialize a DOM element.
- serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Serialize the DOM node.
- serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
Serialize the DOM node.
- serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
Comments and PIs cannot be serialized before the root element,
because the root element serializes the document type, which
generally comes first.
- Serializer - Interface in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
- SERIALIZER_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
-
- SerializerFactory - Class in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
- SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
- setAbbr(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setAbstractSchema(ASModel) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
-
Deprecated.
Associate an ASModel
with a LSParser
.
- setAbstractSchema(ASModel) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Associate an ASModel
with a document instance.
- setAccept(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setAcceptCharset(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setAcceptCharset(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setAcceptCharset(String) - Method in interface org.apache.wml.WMLGoElement
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
-
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setAction(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setActiveASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
The active external ASModel.
- setAlign(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLDivElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLHeadingElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLParagraphElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- setAlign(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setAlign(String) - Method in class org.apache.wml.dom.WMLPElementImpl
-
- setAlign(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setAlign(String) - Method in interface org.apache.wml.WMLImgElement
-
'align' specifies the alignment of the image within the text
flow.
- setAlign(String) - Method in interface org.apache.wml.WMLPElement
-
'align' specifies the align of teh paragraph
The legal values are 'left,' 'center,' and 'right'
(Section 11.8.3, WAP WML Version 16-Jun-1999)
- setAlign(String) - Method in interface org.apache.wml.WMLTableElement
-
'align' set the align of the table
(Section 11.8.5, WAP WML Version 16-Jun-1999)
- setALink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setAllowJavaNames(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets whether java encoding names are permitted
- setAllowJavaNames() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Returns whether java encoding names are permitted
- setAlt(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setAlt(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setAlt(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setAlt(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setAlt(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setAlt(String) - Method in interface org.apache.wml.WMLImgElement
-
'alt' specifies an alternative text for the image
(Section 11.9, WAP WML Version 16-Jun-1999)
- setAnonymous(boolean) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setArchive(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setArchive(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setASAttributeDecls(ASNamedObjectMap) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
TheASNamedObjectMap
containing
ASAttributeDeclarations
for all the attributes that can
appear on this type of element.
- setAsCM(ASContentModel) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
The content model of element.
- setAsHint(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The hint to locating an ASModel.
- setAsHint(String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
The hint to locating an ASModel.
- setAsLastChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Sets the last child of the parentIndex to childIndex.
- setAsLocation(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The URI reference.
- setAsLocation(String) - Method in interface org.apache.xerces.dom3.as.ASModel
-
Deprecated.
The URI reference.
- setAsync(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- setAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Add a new name/value pair, or replace the value of the existing
attribute having that name.
- setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- setAttribute(String, Object) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttributeDecl(int, int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Adds an attribute node to the specified element.
- setAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
Add a new attribute/value pair, or replace the value of the
existing attribute with that name.
- setAttributeNode(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributeNodeNS(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributeNS(String, String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributes(AttributeMap, CoreDocumentImpl, ElementImpl) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
Sets the XML attributes.
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.util.AttributesProxy
-
Sets the XML attributes to be wrapped.
- setAugmentations(int, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
Sets the augmentations of the attribute at the specified index.
- setAugmentations(int, Augmentations) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the augmentations of the attribute at the specified index.
- setAugmentations(int, Augmentations) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the augmentations of the attribute at the specified index.
- setAxis(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setBackground(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setBaseSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setBaseSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the base system identifier.
- setBaseSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the base system identifier.
- setBaseSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Sets the base URI against which the literal SystemId is to be
resolved.
- setBaseURI(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The base URI to be used (see section 5.1.4 in ) for resolving relative
URIs to absolute URIs.
- setBaseURI(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM: set base uri
- setBaseURI(String) - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: set base uri
- setBaseURI(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: set base uri
- setBeginning(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setBgColor(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- setBody(HTMLElement) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- setBorder(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setBorder(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setBorder(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setBoundASModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
A list of ASObject
s of type AS_MODEL
s
associated with a document.
- setBufferSize(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
- setBufferSize(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the buffer size property for the reader which decides the chunk sizes that are parsed
by the reader at a time and passed to the handler
- setByteStream(InputStream) - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of bytes.
- setByteStream(OutputStream) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
Depending on the language binding in use, this attribute may not be
available.
- setByteStream(InputStream) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the byte stream.
- setByteStream(InputStream) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the byte stream.
- setCachedDTD(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- setCaption(HTMLTableCaptionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setCatalogList(String[]) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the initial list of catalog entry files.
- setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the list of elements for which text node children
should be output as CDATA.
- setCellIndex(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setCellPadding(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setCells(HTMLCollection) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setCellSpacing(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setCertifiedText(boolean) - Method in class org.apache.xerces.dom.DOMInputImpl
-
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
- setCh(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setCh(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setCh(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setCh(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- setCharacterData(boolean) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
- setCharacterOffset(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setCharacterStream(Reader) - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of 16-bit units.
- setCharacterStream(Writer) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
- setCharacterStream(Reader) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the character stream.
- setCharacterStream(Reader) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the character stream.
- setCharset(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setCharset(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setCharset(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- setCite(String) - Method in class org.apache.html.dom.HTMLModElementImpl
-
- setCite(String) - Method in class org.apache.html.dom.HTMLQuoteElementImpl
-
- setClassName(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLAElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLBElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLIElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLPElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLUElementImpl
-
- setClassName(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- setClassName(String) - Method in interface org.apache.wml.WMLElement
-
The 'class' attribute of a element that affiliates an elements
with one or more elements.
- setClear(String) - Method in class org.apache.html.dom.HTMLBRElementImpl
-
- setCode(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setCode(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setCodeBase(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setCodeBase(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setCodeType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setColor(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- setColor(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- setCols(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
-
- setCols(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setColSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setColumnNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setColumns(int) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setColumns(int) - Method in interface org.apache.wml.WMLTableElement
-
'columns' specifies the number of columns
(Section 11.8.5, WAP WML Version 16-Jun-1999)
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
-
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLDListElementImpl
-
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLMenuElementImpl
-
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLUListElementImpl
-
- setComponents(XSObject[]) - Method in class org.apache.xerces.impl.xs.util.XSInputSource
-
- setConstraintType(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setContainsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setContent(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- setContent(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setContent(String) - Method in interface org.apache.wml.WMLMetaElement
-
'content' attribute specifies the property value
- setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a content event handler.
- setContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setContentSpecIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setContentType(short) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
The content type of the element.
- setContextInvalid() - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
This method is used to set a context invalid for XInclude namespace processing.
- setContextType(short) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setContinuousValidityChecking(boolean) - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
-
Deprecated.
An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
- setCookie(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- setCoords(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setCoords(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setCurrentEntity(XMLEntityManager.ScannedEntity) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
- setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the current Node.
- setData(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Store character data into this node.
- setData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The character data of the node that implements this interface.
- setDataType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Datatype of the attribute.
- setDataValue(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Default or fixed value.
- setDateTime(String) - Method in class org.apache.html.dom.HTMLModElementImpl
-
- setDeclare(boolean) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setDeclaredPrefixes(List) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the DTD declaration event handler.
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
-
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
-
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- setDefaultChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setDefaultSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setDefaultType(short) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Constraint type if any for this attribute.
- setDefaultValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setDefaultValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setDefer(boolean) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setDeferredAttribute(int, String, String, String, boolean, boolean, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
This method is used by the DOMParser to create attributes.
- setDeferredAttribute(int, String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Deprecated.
- setDescription(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the values of this entity description.
- setDescription(String, String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the values of this entity description.
- setDir(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the dispatcher.
- setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the document type public and system identifiers.
- setDocumentClassName(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method allows the programmer to decide which document
factory to use when constructing the DOM tree.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the document handler to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
setDocumentHandler
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the document handler to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the document handler to receive information about the document.
- setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a document event handler.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
-
Sets the document handler.
- setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the document handler to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
- setDocumentLocator(Locator) - Method in class org.apache.html.dom.HTMLBuilder
-
- setDocumentLocator(XMLLocator) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the document locator.
- setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDocumentSource(XMLDocumentSource) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
Sets the document source.
- setDocumentURI(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- setDocumentURI(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The location of the document or null
if undefined.
- setDomain(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- setDomain(String) - Method in interface org.apache.wml.WMLAccessElement
-
A deck's domain and path attributes specify which deck may
access it.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
setDTDContentModelHandler
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
setDTDHandler
- setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a DTD event handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the DTD handler.
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDTDSource(XMLDTDSource) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
- setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
The scanner is responsible for removing DTD validator
from the pipeline if it is not needed.
- setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
The scanner is responsible for removing DTD validator
from the pipeline if it is not needed.
- setDTDValidatorFactory(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
- setDVFactory(SchemaDVFactory) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- setDVFactory(SchemaDVFactoryImpl) - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- setDVs(TypeValidator[]) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setEffectiveContext(String[]) - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
This method takes a set of Strings, as stored in a
NamespaceSupport object, and "fools" the object into thinking
that this is one unified context.
- setElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setElementType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
Datatype of the element.
- setEmptyOk(boolean) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setEmptyOk(boolean) - Method in interface org.apache.wml.WMLInputElement
-
'emptyok' specifies whether a empty input is allowed when a
non-empty 'format' is specified.
- setEnclosingElementName(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setEncoding(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The character encoding, if known.
- setEncoding(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The character encoding, if known.
- setEncoding(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Sets the encoding of the scanner.
- setEncoding(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the encoding of the stream.
- setEncoding(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the encoding of the stream.
- setEncoding(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the encoding for this output method.
- setEncoding(EncodingInfo) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the encoding for this output method with an EncodingInfo
instance.
- setEncodingExternallySpecified(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Sets whether the encoding of this entity was externally specified.
- setEnctype(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEnd(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setEntityExpansionLimit(int) - Method in class org.apache.xerces.util.SecurityManager
-
Sets the number of entity expansions that the
parser should permit in a document.
- setEntityHandler(XMLEntityHandler) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the entity handler.
- setEntityInfo(int, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setEntityName(String) - Method in interface org.apache.xerces.impl.XMLEntityDescription
-
Sets the name of the entity.
- setEntityName(String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the name of the entity.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the entity resolver.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setEntityResolver.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.DOMParser
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the entity resolver.
- setEntityResolver(LSResourceResolver) - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
-
Sets the DOM entity resolver.
- setEntityResolver(EntityResolver2) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Sets the SAX entity resolver wrapped by this object.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.util.EntityResolverWrapper
-
Sets the SAX entity resolver.
- setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Sets the entity resolver.
- setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the entity resolver.
- setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
Set the information required to validate entity values.
- setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setEntityType(short) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The type of the entity as defined above.
- setEntityValue(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The replacement text for the internal entity.
- setEnumAttr(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Valid attribute values, separated by commas, in a string.
- setErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Sets whether the DOM implementation performs error checking
upon operations.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the error handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.DOMParser
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the error handler.
- setErrorHandler(DOMErrorHandler) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Sets the DOM error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Sets the SAX error handler.
- setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Sets the error handler.
- setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the error handler.
- setErrorReporter(XMLErrorReporter) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the XMLErrorReporter used for reporting errors while
reading the text include.
- setEvent(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setEventListeners(NodeImpl, Vector) - Method in class org.apache.xerces.dom.DocumentImpl
-
Store event listener registered on a given node
This is another place where we could use weak references! Indeed, the
node here won't be GC'ed as long as some listener is registered on it,
since the eventsListeners table will have a reference to the node.
- setExpandedSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setExpandedSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the expanded system identifier.
- setExpandedSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Sets the expanded system identifier.
- setExtraChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setFace(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- setFace(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- setFacetChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setFeature(String, boolean) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLScanner
-
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setFeature
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
Override SAXParser's setFeature method to track the initial state
of features.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- setFeature(String, boolean) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the state of a feature.
- setFilter(LSParserFilter) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
When a filter is provided, the implementation will call out to the
filter as it is constructing the DOM tree structure.
- setFilter(LSSerializerFilter) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
- setFirstAttributeDeclIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setFollowHTTPRedirects(boolean) - Method in class org.apache.xerces.util.HTTPInputSource
-
Sets the preference whether HTTP redirects should
be followed.
- setFormat(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setFormat(String) - Method in interface org.apache.wml.WMLInputElement
-
'format' specifies the input mask for user input.
- setForua(boolean) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setForua(boolean) - Method in interface org.apache.wml.WMLMetaElement
-
'forua' attribute specifies whether a intermediate agent should
remove this meta element.
- setFragment(String) - Method in class org.apache.xerces.util.URI
-
Set the fragment for this URI.
- setFrame(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setFrameBorder(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setFrameBorder(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setGenerateSyntheticAnnotations(boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- setGrammar(SchemaGrammar) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- setGrammarFound(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- setGrammarPool(XMLGrammarPool) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the grammar pool.
- setGrammars(SchemaGrammar[]) - Method in class org.apache.xerces.impl.xs.util.XSInputSource
-
- setHeaders(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setHeight(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setHeight(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setHeight(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setHeight(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setHeight(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setHeight(String) - Method in interface org.apache.wml.WMLImgElement
-
'height' specifies the height of an image.
- setHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- setHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- setHost(String) - Method in class org.apache.xerces.util.URI
-
Set the host for this URI.
- setHref(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setHref(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setHref(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- setHref(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setHref(String) - Method in class org.apache.wml.dom.WMLAElementImpl
-
- setHref(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setHref(String) - Method in interface org.apache.wml.WMLAElement
-
- setHref(String) - Method in interface org.apache.wml.WMLGoElement
-
- setHref(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setHreflang(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setHreflang(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setHspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setHspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setHspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setHspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setHspace(String) - Method in interface org.apache.wml.WMLImgElement
-
'hspace' specifies the abount of white space to be inserted
left and right
(Section 11.9, WAP WML Version 16-Jun-1999)
- setHtmlFor(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
-
- setHtmlFor(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setHttpEquiv(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- setHttpEquiv(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setHttpEquiv(String) - Method in interface org.apache.wml.WMLMetaElement
-
'http-equiv' attribute indicates the property should be
interpret as HTTP header.
- setHTTPRequestProperty(String, String) - Method in class org.apache.xerces.util.HTTPInputSource
-
Sets the value of the request property
associated with the given property name.
- setId(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLAElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLBElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLIElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLPElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLUElementImpl
-
- setId(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- setId(String) - Method in interface org.apache.wml.WMLAElement
-
- setId(String) - Method in interface org.apache.wml.WMLElement
-
The element's identifier which is unique in a single deck.
- setIdAttribute(boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM: set the type of this attribute to be ID type.
- setIdAttribute(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Sets type of attribute
- setIdAttribute(String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttribute(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIdAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Adds an attribute node to the specified element.
- setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIdIdrefChecking(boolean) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Turns checking for ID/IDREF errors on and off.
- setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: Set whether this Text is ignorable whitespace.
- setImmutable(boolean) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- setIName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setIName(String) - Method in interface org.apache.wml.WMLSelectElement
-
'iname' specifies name of variable to be set with the index
result of selection.
- setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the indentation.
- setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the indentation on and off.
- setIndex(int) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setInputEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Internal
(Was a DOM L3 Core WD public interface method setActualEncoding )
An attribute specifying the actual encoding of this document.
- setInputEncoding(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
DOM Internal
An attribute specifying the actual encoding of this document.
- setInputEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM, used to set the input encoding.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the input source for the document to parse.
- setInputSource(InputSource) - Method in class org.apache.xerces.util.SAXInputSource
-
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the input source on this text reader.
- setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
-
Sets the input source for the document to parse.
- setInternalAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
-
Deprecated.
Sets the internal subset ASModel
of a document.
- setInternalSubset(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM.
- setIsAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsAbstractType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setIsAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setIsCompactUPAModel(boolean) - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- setIsGlobal() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsLocal(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsMap(boolean) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setIsNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsPCDataOnly(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
Boolean defining whether the element type contains child elements and
PCDATA or PCDATA only for mixed element types.
- setIValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setIValue(String) - Method in interface org.apache.wml.WMLSelectElement
-
'ivalue' specifies the default of the variable 'iname'
- setLabel(String) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
-
- setLabel(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setLabel(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setLabel(String) - Method in interface org.apache.wml.WMLDoElement
-
- setLang(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the lexical event handler.
- setLineNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the line separator.
- setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the line width.
- setLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setListOperator(short) - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
One of AS_CHOICE
, AS_SEQUENCE
,
AS_ALL
or AS_NONE
.
- setListValues(String, String, short, XSSimpleTypeDecl, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setLiteralSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setLiteralSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the literal system identifier.
- setLiteralSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Sets the literal system identifier.
- setLocale(Locale) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Set the locale to use for messages.
- setLocale(Locale) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
Set Locale to be used by the formatter.
- setLocale(Locale) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setLocale(Locale) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the current locale.
- setLocale(Locale) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Set the locale to use for messages.
- setLocale(Locale) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Set the locale to use for messages.
- setLocale(Locale) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Set the locale to use for messages.
- setLocalName(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- setLocalName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- setLocalSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setLocalSrc(String) - Method in interface org.apache.wml.WMLImgElement
-
'localsrc' specifies an alternative internal representation of
the image.
- setLocation(Location) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
-
- setLocation(Location) - Method in class org.apache.xerces.util.StAXLocationWrapper
-
- setLocationHints(String[]) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setLocator(Locator) - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- setLocator(XMLLocator) - Method in class org.apache.xerces.util.XMLLocatorWrapper
-
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setLowSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setMarginHeight(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setMarginHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setMarginWidth(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setMarginWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setMaxLength(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setMaxLength(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setMaxLength(int) - Method in interface org.apache.wml.WMLInputElement
-
'maxlength' specifies the maximum number of characters to be
enter.
- setMaxOccurNodeLimit(int) - Method in class org.apache.xerces.util.SecurityManager
-
Sets the limit of the number of content model nodes
that may be created when building a grammar for a W3C
XML Schema that contains maxOccurs attributes with values
other than "unbounded".
- setMaxOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
maximum occurrence for this content particle.
- setMaxStates(int) - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- setMedia(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setMedia(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the media type.
- setMethod(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setMethod(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setMethod(String) - Method in interface org.apache.wml.WMLGoElement
-
- setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the method for this output format.
- setMinOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
min occurrence for this content particle.
- setMode(String) - Method in class org.apache.wml.dom.WMLPElementImpl
-
- setMode(String) - Method in interface org.apache.wml.WMLPElement
-
'mode' specifies the wrapping mode of the paragraph.
- setMultiple(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setMultiple(boolean) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setMultiple(boolean) - Method in interface org.apache.wml.WMLSelectElement
-
'multiple' indicates whether a list accept multiple selection
(Section 11.6.2.1, WAP WML Version 16-Jun-1999)
- setName(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLMapElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setName(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- setName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- setName(String) - Method in interface org.apache.wml.WMLDoElement
-
- setName(String) - Method in interface org.apache.wml.WMLInputElement
-
'name' specifies the name of a variable after the user enters the text.
- setName(String) - Method in interface org.apache.wml.WMLMetaElement
-
'name' attribute specific the property name
- setName(String) - Method in interface org.apache.wml.WMLPostfieldElement
-
- setName(String) - Method in interface org.apache.wml.WMLSelectElement
-
'name' specifies the name of variable to be set.
- setName(String) - Method in interface org.apache.wml.WMLSetvarElement
-
- setName(String) - Method in interface org.apache.wml.WMLTimerElement
-
'name' specifies the name of variable ot be set with the value
of the timer.
- setName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setName(String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the name of the attribute at the specified index.
- setName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the name of the attribute at the specified index.
- setNamedItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
-
Adds an attribute using its nodeName attribute.
- setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Adds a node using its nodeName attribute.
- setNamedItem(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
Adds an ASObject
using its nodeName
attribute.
- setNamedItem(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- setNamedItemNS(Node) - Method in class org.apache.xerces.dom.AttributeMap
-
Adds an attribute using its namespaceURI and localName.
- setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Adds a node using its namespaceURI and localName.
- setNamedItemNS(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
-
Deprecated.
Adds an ASObject
using its namespaceURI
and
localName
.
- setNamedItemNS(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- setNamespace(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the namespace of the resource.
- setNamespace(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Sets the namespace of the resource.
- setNamespaceContext(NamespaceContext) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- setNamespaceItem(XSNamespaceItem) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setNamespaces(boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets whether namespace processing is being performed.
- setNamespaces(boolean) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
This methods turns on namespace fixup algorithm during
DOM serialization.
- setNamespaceSupport(NamespaceContext) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setNamespaceURI(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace URI of this node, or null
if it is
unspecified.
- setNamespaceURI(String) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The namespace URI of this node, or null
if it is
unspecified.
- setNewContext(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setNewContext(boolean) - Method in interface org.apache.wml.WMLCardElement
-
'newcontext' specifies whether a browser context should be
re-initialized upon entering the card.
- setNewLine(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM L3 EXPERIMENTAL:
The end-of-line sequence of characters to be used in the XML being
written out.
- setNextIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- setNextIndent(int) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- setNode(Node) - Method in class org.apache.xerces.util.DOMInputSource
-
- setNodeName(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The name
of this ASObject
depending on the
ASObject
type.
- setNodeName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The name
of this ASObject
depending on the
ASObject
type.
- setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
-
Implicit in the rerouting of getNodeValue to getValue is the
need to redefine setNodeValue, for symmetry's sake.
- setNodeValue(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Sets the content, possibly firing related events,
and updating ranges (via notification to the document)
- setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Sets the node value.
- setNodeValue(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setNodeValueInternal(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Convenience wrapper for calling setNodeValueInternal when
we are not performing a replacement operation
- setNodeValueInternal(String, boolean) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
This function added so that we can distinguish whether
setNodeValue has been called from some other DOM functions.
- setNoHref(boolean) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the list of elements for which text node children
should be output unescaped (no character references).
- setNonNormalizedValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setNonNormalizedValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the non-normalized value of the attribute at the specified
index.
- setNonNormalizedValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the non-normalized value of the attribute at the specified
index.
- setNoResize(boolean) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setNormalizationRequired(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setNoShade(boolean) - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- setNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: Unparsed entities -- which contain non-XML data -- have a
"notation name" which tells applications how to deal with them.
- setNoWrap(boolean) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setNumberOfGroups(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setObject(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setOmitComments(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets comment omitting on and off.
- setOmitDocumentType(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets DOCTYPE declaration omitting on and off.
- setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets XML declaration omitting on and off.
- setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- setOnEnterBackward(String) - Method in interface org.apache.wml.WMLCardElement
-
'onenterbackward' specifies the event to occur when a user
agent into a card using a 'go' task
(Section 11.5.1, WAP WML Version 16-Jun-1999)
- setOnEnterBackward(String) - Method in interface org.apache.wml.WMLTemplateElement
-
- setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- setOnEnterForward(String) - Method in interface org.apache.wml.WMLCardElement
-
'onenterforward' specifies the event to occur when a user
agent into a card using a 'prev' task
(Section 11.5.1, WAP WML Version 16-Jun-1999)
- setOnEnterForward(String) - Method in interface org.apache.wml.WMLTemplateElement
-
- setOnlyPassPrefixMappingEvents(boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets whether the namespace binder only passes the prefix mapping
events to the registered document handler or passes all document
events.
- setOnPick(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setOnPick(String) - Method in interface org.apache.wml.WMLOptionElement
-
'onpick' specifies a event to occur when a user select and
disselect this choice.
- setOnTimer(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setOnTimer(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- setOnTimer(String) - Method in interface org.apache.wml.WMLCardElement
-
'onenterbackward' specifies the event to occur when a timer expires
(Section 11.5.1, WAP WML Version 16-Jun-1999)
- setOnTimer(String) - Method in interface org.apache.wml.WMLTemplateElement
-
- setOptional(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setOptional(String) - Method in interface org.apache.wml.WMLDoElement
-
- setOrdered(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setOrdered(boolean) - Method in interface org.apache.wml.WMLCardElement
-
'ordered' attribute specifies a hit to user agent about the
organization of the card's content
(Section 11.5.2, WAP WML Version 16-Jun-1999)
- setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.
Specifies an output stream to which the document should be
serialized.
- setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.
Specifies a writer to which the document should be serialized.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.
Specifies an output format for this serializer.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- setOwnerASModel(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The ASModel
object associated with this
ASObject
.
- setOwnerASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The ASModel
object associated with this
ASObject
.
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM
set the ownerDocument of this node and its children
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM
set the ownerDocument of this node and its children
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM
set the ownerDocument of this node, its children, and its attributes
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
NON-DOM
set the ownerDocument of this node, and the attributes it contains
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM
set the ownerDocument of this node
- setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.ParentNode
-
NON-DOM
set the ownerDocument of this node and its children
- setOwnerElements(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
-
Deprecated.
Owner elements ASObject
of attribute, meaning that an
attribute declaration can be shared by multiple elements.
- setParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 WD - Experimental.
- setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- setParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Set parameters and properties
- setParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
DOM L3-EXPERIMENTAL:
Setter for boolean and object parameters
- setParent(XIncludeHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Set the parent of this XIncludeHandler in the tree
- setPath(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- setPath(String) - Method in interface org.apache.wml.WMLAccessElement
-
path attribute is prefix-matched against the path portion of
the referring URI
- setPath(String) - Method in class org.apache.xerces.util.URI
-
Set the path for this URI.
- setPattern(String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPattern(String, Locale) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPattern(String, String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPattern(String, String, Locale) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPort(int) - Method in class org.apache.xerces.util.URI
-
Set the port for this URI.
- setPossibleRoots(ArrayList) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Set possible roots
- setPossibleRoots(Vector) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Set possible roots
- setPreferPublic(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the preference for whether system or public
matches are preferred.
- setPrefix(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace prefix of this node, or null
if it is
unspecified.
- setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in interface org.apache.xerces.dom3.as.ASObject
-
Deprecated.
The namespace prefix of this node, or null
if it is
unspecified.
- setPrefix(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setPreserveEmptyAttributes(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the preserveEmptyAttribute flag.
- setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets space preserving as the default behavior.
- setProfile(String) - Method in class org.apache.html.dom.HTMLHeadElementImpl
-
- setPrompt(String) - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
-
- setProperty(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the value of a property during parsing.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLScanner
-
Sets the value of a property during parsing.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setProperty.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the state of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
Override SAXParser's setProperty method to track the initial state
of properties.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11Configuration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Sets the value of a property.
- setProperty(String, Object) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
-
Sets the state of a property.
- setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLComponent
-
Sets the value of a property.
- setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Sets the value of a property.
- setPSVI(AttributePSVI) - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Copy PSVI properties from another psvi item.
- setPSVI(ElementPSVI) - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Copy PSVI properties from another psvi item.
- setPublicId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The public identifier for this input source.
- setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: The public identifier associated with the entity.
- setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: The Public Identifier for this Notation.
- setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
- setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
-
Deprecated.
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
- setPublicId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setPublicId(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the public identifier.
- setPublicId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the public identifier.
- setPublicId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the public identifier.
- setPublicId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
-
Sets the public identifier.
- setQueryString(String) - Method in class org.apache.xerces.util.URI
-
Set the query string for this URI.
- setReader(InputStream, String, Boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
Override default behavior so that if deep is true, children are also
toggled.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM: Subclassed to flip the entities' and notations' readonly switch
as well.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: sets the node and its children value.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction
with Entities, but provides no API to support this.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ParentNode
-
Override default behavior so that if deep is true, children are also
toggled.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- setRegBasedAuthority(String) - Method in class org.apache.xerces.util.URI
-
Sets the registry based authority for this URI.
- setRel(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setRel(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setResourceResolver(LSResourceResolver) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setRestrictionValues(XSSimpleTypeDecl, String, String, short, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setRev(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setRev(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setRootName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Set the root name
- setRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setRows(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
-
- setRows(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setRowSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setRules(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setSawFallback(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Records that an <fallback> was encountered at the specified depth,
as an ancestor of the current element, or as a sibling of an ancestor of the
current element.
- setSawInclude(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Records that an <include> was encountered at the specified depth,
as an ancestor of the current item.
- setScannerState(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the scanner state.
- setScannerState(int) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Sets the scanner state.
- setScannerVersion(short) - Method in class org.apache.xerces.impl.XMLEntityManager
-
- setSchema(Schema) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setSchema(Schema) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- setScheme(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- setScheme(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- setScheme(String) - Method in interface org.apache.wml.WMLMetaElement
-
'scheme' attribute specifies a form that may be used to
interpret the property value
- setScheme(String) - Method in class org.apache.xerces.util.URI
-
Set the scheme for this URI.
- setSchemeData(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Sets the scheme data of the PointerPart.
- setSchemeName(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Sets the scheme name of the PointerPart or the ShortHand Pointer name.
- setScope(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setScrolling(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setScrolling(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setSectionRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setSelectedIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setSelector(Selector) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Sets the selector.
- setSendreferer(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
-
- setSendreferer(String) - Method in interface org.apache.wml.WMLGoElement
-
- setShadowSymbolTable(boolean) - Method in class org.apache.xerces.parsers.CachingParserPool
-
Sets whether new parser instance receive shadow copies of the
main symbol table.
- setShape(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setShape(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setSize(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- setSize(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
-
- setSize(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- setSize(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setSize(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setSize(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setSize(int) - Method in interface org.apache.wml.WMLInputElement
-
'size' specifies the width of the input in characters
(Section 11.6.3, WAP WML Version 16-Jun-1999)
- setSource(CharacterIterator) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSource(String) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSource(char[]) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSpan(int) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM, for use by parser
- setSpecified(int, boolean) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setSpecified(int, boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets whether an attribute is specified in the instance document
or not.
- setSpecified(int, boolean) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets whether an attribute is specified in the instance document
or not.
- setSrc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- setSrc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setSrc(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setSrc(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setSrc(String) - Method in interface org.apache.wml.WMLImgElement
-
'src' specifies URI for the source images
(Section 11.9, WAP WML Version 16-Jun-1999)
- setStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setStandalone(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets whether the document entity is standalone.
- setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets document DTD standalone.
- setStandby(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setStart(int) - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartOffset(int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- setState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setStrictErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- setStrictErrorChecking(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying whether errors checking is enforced or not.
- setStrictMixedContent(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
A boolean defining whether the element order and number of the child
elements for mixed content type has to be respected or not.
- setStringData(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
A string attribute that represents a sequence of 16 bit units (utf-16
encoded characters).
- setSubModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASContentModel
-
Deprecated.
Pointers to ASObject
s such as
ASElementDeclaration
s and further
ASContentModel
s.
- setSummary(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setSymbolTable(SymbolTable) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setSymbolTable(SymbolTable) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
-
- setSystemId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The system identifier, a URI reference , for this input source.
- setSystemId(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
- setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: The system identifier associated with the entity.
- setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: The System Identifier for this Notation.
- setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
-
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
- setSystemId(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the system identifier.
- setSystemId(String) - Method in class org.apache.xerces.util.StAXInputSource
-
- setSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
-
Sets the system identifier.
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setTabIndex(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setTabIndex(int) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setTabIndex(int) - Method in interface org.apache.wml.WMLInputElement
-
'tabindex' specifies the tabbing position of the element
(Section 11.6.1, WAP WML Version 16-Jun-1999)
- setTabIndex(int) - Method in interface org.apache.wml.WMLSelectElement
-
'tabindex' specifies the tabbing position of the element
(Section 11.6.1, WAP WML Version 16-Jun-1999)
- setTarget(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setTarget(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- setTarget(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- setTarget(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- setTarget(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setTargetNamespace(String) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setText(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setText(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setText(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setText(String) - Method in class org.apache.html.dom.HTMLTitleElementImpl
-
- setTextContent(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- setTextContent(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- setTextContent(String) - Method in class org.apache.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its
descendants.
- setTextContent(String) - Method in class org.apache.xerces.dom.ParentNode
-
- setTextContent(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setTFoot(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setTHead(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setThisIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- setThisIndent(int) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- setTitle(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
- setTitle(String) - Method in class org.apache.html.dom.HTMLElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLAElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setTitle(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setTitle(String) - Method in interface org.apache.wml.WMLAElement
-
- setTitle(String) - Method in interface org.apache.wml.WMLAnchorElement
-
- setTitle(String) - Method in interface org.apache.wml.WMLCardElement
-
'title' specifies a advisory info about the card
(Section 11.5.2, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.WMLFieldsetElement
-
'title' specifies a title for this element
- setTitle(String) - Method in interface org.apache.wml.WMLInputElement
-
'title' specifies a title for this element
(Section 11.6.3, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.WMLOptgroupElement
-
'title' specifies the title of this element
(Section 11.6.2.3, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.WMLOptionElement
-
'title' specifies a title for this element.
- setTitle(String) - Method in interface org.apache.wml.WMLSelectElement
-
'title' specifies a title for this element
(Section 11.6.2.1, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.WMLTableElement
-
'title' specifies a title for the table
(Section 11.8.5, WAP WML Version 16-Jun-1999)
- setTo(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- setTriggeringComponent(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setType(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLLIElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLOListElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- setType(String) - Method in class org.apache.html.dom.HTMLUListElementImpl
-
- setType(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setType(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setType(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- setType(String) - Method in interface org.apache.wml.WMLDoElement
-
- setType(String) - Method in interface org.apache.wml.WMLInputElement
-
'type' specifies the type of text input area.
- setType(String) - Method in interface org.apache.wml.WMLOneventElement
-
- setType(Object) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM: used by the parser
- setType(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setType(XSTypeDefinition) - Method in class org.apache.xerces.dom.ElementNSImpl
-
NON-DOM: setting type used by the DOM parser
- setType(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the type of the attribute at the specified index.
- setType(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the type of the attribute at the specified index.
- setTypeInfo(int, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setUnionValues(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setUnparsedEntityChecking(boolean) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
-
Turns checking for unparsed entity errors on and off.
- setupCurrentBaseURI(XMLLocator) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setupCurrentEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
This method uses the passed-in XMLInputSource to make
fCurrentEntity usable for reading.
- setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Setup the default attributes.
- setURI(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the uri of the attribute at the specified index.
- setUseLiteralSystemId(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the preference for whether the literal system
identifier should be used when resolving system
identifiers when both it and the expanded system
identifier are available.
- setUseMap(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setUseMap(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setUseMap(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setUserData(Node, String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Associate an object to a key on this node.
- setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: kept for backward compatibility
Store user data related to a given node
This is a place where we could use weak references! Indeed, the node
here won't be GC'ed as long as some user data is attached to it, since
the userData table will have a reference to the node.
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.NodeImpl
-
Associate an object to a key on this node.
- setUserData(Object) - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: As an alternative to subclassing the DOM, this implementation
has been extended with the ability to attach an object to each node.
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setUserinfo(String) - Method in class org.apache.xerces.util.URI
-
Set the userinfo for this URI.
- setUsingNamespaces(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
-
- setValue(int) - Method in class org.apache.html.dom.HTMLLIElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- setValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- setValue(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- setValue(String) - Method in interface org.apache.wml.WMLInputElement
-
'value' specifies the default value of the variable in 'name' attribute
(Section 11.6.3, WAP WML Version 16-Jun-1999)
- setValue(String) - Method in interface org.apache.wml.WMLOptionElement
-
'value' specifies the value to used to set the 'name' variable
(Section 11.6.2.2, WAP WML Version 16-Jun-1999)
- setValue(String) - Method in interface org.apache.wml.WMLPostfieldElement
-
- setValue(String) - Method in interface org.apache.wml.WMLSelectElement
-
'value' specifics the default value of the variable of 'name'
(Section 11.6.2.1, WAP WML Version 16-Jun-1999)
- setValue(String) - Method in interface org.apache.wml.WMLSetvarElement
-
- setValue(String) - Method in interface org.apache.wml.WMLTimerElement
-
'value' indicates teh default of the variable 'name'
(Section 11.6.7, WAP WML Version 16-Jun-1999)
- setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
-
The DOM doesn't clearly define what setValue(null) means.
- setValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setValue(String) - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- setValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the value of the attribute at the specified index.
- setValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
-
Sets the value of the attribute at the specified index.
- setValues(CoreDocumentImpl, String) - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: resets node and sets specified values for the current node
- setValues(QName, XMLSimpleType, boolean) - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
setValues
- setValues(short, Object, Object) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values.
- setValues(XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values of the specified content spec.
- setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values from the values specified by the given content spec
provider and identifier.
- setValues(QName, int, short, ContentModelValidator, XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
-
setValues
- setValues(String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
setValues
- setValues(String, String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
setValues
- setValues(String, String, String, String) - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
setValues
- setValues(short, String, String[], boolean, short, String, String, DatatypeValidator) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
-
setValues
- setValues(XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
-
Set values.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Sets the values of the entity.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.ExternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.InternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Sets the values of the entity.
- setValues(String, String, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setValues(String, String, int, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setValues(String, String, XSSimpleType, short, short, ValidatedInfo, XSComplexTypeDecl, XSObjectList) - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- setValues(String, String, XSTypeDefinition, short, short, short, short, boolean, XSAttributeGroupDecl, XSSimpleType, XSParticleDecl, XSObjectListImpl) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setValues(String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the values of the resource identifier.
- setValues(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the values of the resource identifier.
- setValues(QName) - Method in class org.apache.xerces.xni.QName
-
Convenience method to set the values of the qname components.
- setValues(String, String, String, String) - Method in class org.apache.xerces.xni.QName
-
Convenience method to set the values of the qname components.
- setValues(char[], int, int) - Method in class org.apache.xerces.xni.XMLString
-
Initializes the contents of the XMLString structure with the
specified values.
- setValues(XMLString) - Method in class org.apache.xerces.xni.XMLString
-
Initializes the contents of the XMLString structure with copies
of the given string structure.
- setValueType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
-
- setVersion(String) - Method in class org.apache.html.dom.HTMLHtmlElementImpl
-
- setVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.
Sets the version for this output method.
- setVisible(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- setVisible(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- setVLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- setVspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setVspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setVspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setVspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setVspace(String) - Method in interface org.apache.wml.WMLImgElement
-
'vspace' specifies the abount of white space to be inserted
above and below
(Section 11.9, WAP WML Version 16-Jun-1999)
- setWhatShow(int) - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- setWidth(int) - Method in class org.apache.html.dom.HTMLPreElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
- setWidth(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setWidth(String) - Method in interface org.apache.wml.WMLImgElement
-
'width' specifies the width of an image.
- setXercesAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: sets attribute node for this element
- setXHTMLNamespace(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- setXIncludeLocator(XMLLocatorWrapper) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setXmlEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Internal
(Was a DOM L3 Core WD public interface method setXMLEncoding )
An attribute specifying, as part of the XML declaration,
the encoding of this document.
- setXmlEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM
encoding - An attribute specifying, as part of the text declaration,
the encoding of this entity, when it is an external parsed entity.
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLAElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLIElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLPElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLUElementImpl
-
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- setXmlLang(String) - Method in interface org.apache.wml.WMLAElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLAnchorElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBigElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBrElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLCardElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLDoElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLEmElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLFieldsetElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLIElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLImgElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLInputElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLOptgroupElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLOptionElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLPElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLSelectElement
-
'xml:lang' specifics the natural or formal language in which
the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLSmallElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLStrongElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLTableElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLTdElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLUElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLWmlElement
-
The xml:lang that specifics the natural or formal language in
which the document is written.
- setXMLReader(XMLReader) - Method in class org.apache.xerces.util.SAXInputSource
-
- setXmlStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlStandalone(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, whether this
document is standalone.
- setXmlVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlVersion(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM
version - An attribute specifying, as part of the text declaration,
the version number of this entity, when it is an external parsed entity.
- setXMLVersion(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Sets the XML version.
- setXmlVersion(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, the version
number of this document.
- SEVERITY_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: error.
- SEVERITY_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: fatal error.
- SEVERITY_WARNING - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: warning.
- SG_SchemaNS - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- SG_XSI - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- ShadowedSymbolTable - Class in org.apache.xerces.util
-
Shadowed symbol table.
- ShadowedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.ShadowedSymbolTable
-
Constructs a shadow of the specified symbol table.
- SHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
The short data type as defined in .
- SHORT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
short
- ShortList - Interface in org.apache.xerces.xs
-
The ShortList
is an immutable ordered collection of
unsigned short
.
- ShortListImpl - Class in org.apache.xerces.impl.xs.util
-
Contains a list of shorts.
- ShortListImpl(short[], int) - Constructor for class org.apache.xerces.impl.xs.util.ShortListImpl
-
Construct an XSObjectList implementation
- shortValue() - Method in class org.apache.xerces.impl.xs.util.XInt
-
- shouldConsumeRemainingContent() - Method in class org.apache.xerces.util.StAXInputSource
-
- SIMPLE_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
-
The object describes a simple type.
- SimpleContentModel - Class in org.apache.xerces.impl.dtd.models
-
SimpleContentModel is a derivative of the abstract content model base
class that handles a small set of simple content models that are just
way overkill to give the DFA treatment.
- SimpleContentModel(short, QName, QName) - Constructor for class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
Constructs a simple content model.
- SimpleLocator - Class in org.apache.xerces.impl.xs.util
-
An XMLLocator implementation used for schema error reporting.
- SimpleLocator() - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- SimpleLocator(String, String, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- SimpleLocator(String, String, int, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- simpleType - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
simpleType
- simpleType - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
simpleType
- size() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
- size() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- size() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the size of the stack.
- size() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- size() - Method in class org.apache.xerces.util.IntStack
-
Returns the size of the stack.
- SIZE_LIMIT - Static variable in class org.apache.xerces.util.XMLAttributesImpl
-
Threshold at which an instance is treated
as a large attribute list.
- skip(long) - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.Latin1Reader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.UTF16Reader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- skipChar(int) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips a character appearing immediately on the input.
- skipChar(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips a character appearing immediately on the input.
- skipDeclSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips space characters appearing immediately on the input that would
match non-terminal S (0x09, 0x0A, 0x0D, 0x20) before end of line
normalization is performed.
- skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- skipSpaces() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips space characters appearing immediately on the input.
- skipSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips the specified string appearing immediately on the input.
- skipString(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips the specified string appearing immediately on the input.
- SoftReferenceSymbolTable - Class in org.apache.xerces.util
-
This symbol table uses SoftReferences to its String entries, which means that table entries
that have no references to them can be garbage collected when memory is needed.
- SoftReferenceSymbolTable(int, float) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
-
Constructs a new, empty SymbolTable with the specified initial
capacity and the specified load factor.
- SoftReferenceSymbolTable(int) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
-
Constructs a new, empty SymbolTable with the specified initial capacity
and default load factor, which is 0.75.
- SoftReferenceSymbolTable() - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
-
Constructs a new, empty SymbolTable with a default initial capacity (101)
and load factor, which is 0.75.
- SoftReferenceSymbolTable.SREntry - Class in org.apache.xerces.util
-
This class is a symbol table entry.
- SoftReferenceSymbolTable.SREntry(String, SoftReferenceSymbolTable.SREntry, int, ReferenceQueue) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
-
Constructs a new entry from the specified symbol and next entry
reference.
- SoftReferenceSymbolTable.SREntry(String, char[], int, int, SoftReferenceSymbolTable.SREntry, int, ReferenceQueue) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
-
Constructs a new entry from the specified symbol information and
next entry reference.
- SoftReferenceSymbolTable.SREntryData - Class in org.apache.xerces.util
-
- SoftReferenceSymbolTable.SREntryData(String) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
-
- SoftReferenceSymbolTable.SREntryData(String, char[], int, int) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
-
- SoftReferenceSymbolTableConfiguration - Class in org.apache.xerces.parsers
-
This parser configuration extends the default configuration allowing Xerces to
handle usage scenarios where the names in the XML documents being parsed are mostly
unique by installing a memory sensitive SymbolTable
.
- SoftReferenceSymbolTableConfiguration() - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
-
Default constructor.
- SoftReferenceSymbolTableConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
-
Constructs a parser configuration using the specified symbol table.
- SoftReferenceSymbolTableConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- SoftReferenceSymbolTableConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- SPECIFIED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- SPLITCDATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- SPLITCDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- splitText(int) - Method in class org.apache.xerces.dom.TextImpl
-
Break a text node into two sibling nodes.
- splitText(int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Breaks this node into two nodes at the specified offset
,
keeping both in the tree as siblings.
- standalone - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document standalone
- standaloneSet() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
-
- STANDARD_URI_CONFORMANT - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: standard uri conformant
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Standard URI conformant feature ("standard-uri-conformant").
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Feature identifier: standard uri conformant feature.
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: allow java encodings
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: standard uri conformant feature.
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: standard uri conformant feature.
- StandardParserConfiguration - Class in org.apache.xerces.parsers
-
This is the "standard" parser configuration.
- StandardParserConfiguration() - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Default constructor.
- StandardParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- StandardParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- StandardParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startAttlist(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
The start of an attribute list.
- startCDATA(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The start of a CDATA section.
- startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startConditional(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
The start of a conditional section.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of a content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of a content model.
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel() - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a content model.
- startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of a content model.
- startContentModel(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
The start of a content model.
- startDocument() - Method in class org.apache.html.dom.HTMLBuilder
-
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of the document.
- startDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Resets the identity constraint cache.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Event sent at the start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
The start of the document.
- startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
- startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
- startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
- startDocumentEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts the document entity.
- startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
- startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The start of the document fragment.
- startDocumentFragment(XMLLocator, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
The start of the document fragment.
- StartDocumentImpl - Class in org.apache.xerces.stax.events
-
- StartDocumentImpl(String, boolean, boolean, boolean, String, Location) - Constructor for class org.apache.xerces.stax.events.StartDocumentImpl
-
- startDocumentParsing(XMLEntityHandler, short) - Method in class org.apache.xerces.impl.XMLVersionDetector
-
Reset the reference to the appropriate scanner given the version of the
document and start document scanning.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startDTD(XMLLocator, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
The start of the DTD.
- startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startDTDEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts the DTD entity.
- startElement(String, AttributeList) - Method in class org.apache.html.dom.HTMLBuilder
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Binds the namespaces.
- startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
The start of an element.
- startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of an element.
- startElement(QName, XMLAttributes, int, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- startElement(QName, XMLAttributes, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of an element.
- startElement() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- StartElementImpl - Class in org.apache.xerces.stax.events
-
- StartElementImpl(QName, Iterator, Iterator, NamespaceContext, Location) - Constructor for class org.apache.xerces.stax.events.StartElementImpl
-
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.impl.XMLEntityHandler
-
This method notifies of the start of an entity.
- startEntity(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts a named entity.
- startEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLScanner
-
This method notifies of the start of an entity.
- startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
-
This method notifies of the start of an entity.
- startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of the DTD external subset.
- startExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of the external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
The start of the DTD external subset.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies of the start of an entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the start of an entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
This method notifies the start of a general entity.
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
-
A start of either a mixed or children content model.
- startNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Send startPrefixMapping events
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XML11NSDTDValidator
-
Bind namespaces
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLNSDTDValidator
-
Bind namespaces
- startNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
This method notifies of the start of an entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies of the start of parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the start of an entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
-
This method notifies of the start of a parameter entity.
- startPE(String, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
start a parameter entity dealing with the textdecl if there is any
- startPosition - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Start position in character buffer.
- startPrefixMapping(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a namespace prefix mapping.
- startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startValueScope() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Start scope for value store.
- startValueScopeFor(IdentityConstraint, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Start the value scope for the specified identity constraint.
- startValueScopeFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Start the value scope for the specified identity constraint.
- StAXInputSource - Class in org.apache.xerces.util
-
An XMLInputSource
analogue to javax.xml.transform.stax.StAXSource
.
- StAXInputSource(XMLStreamReader) - Constructor for class org.apache.xerces.util.StAXInputSource
-
- StAXInputSource(XMLStreamReader, boolean) - Constructor for class org.apache.xerces.util.StAXInputSource
-
- StAXInputSource(XMLEventReader) - Constructor for class org.apache.xerces.util.StAXInputSource
-
- StAXInputSource(XMLEventReader, boolean) - Constructor for class org.apache.xerces.util.StAXInputSource
-
- StAXLocationWrapper - Class in org.apache.xerces.util
-
A light wrapper around a StAX location.
- StAXLocationWrapper() - Constructor for class org.apache.xerces.util.StAXLocationWrapper
-
- steps - Variable in class org.apache.xerces.impl.xpath.XPath.LocationPath
-
List of steps.
- stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
-
- stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
-
Causes exit from in-progress event dispatch before the next
currentTarget is selected.
- storeKeyRef(Element, XSDocumentInfo, XSElementDecl) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- stream - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Input stream.
- STRICT_VALIDITY_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
-
Deprecated.
Checks for strict validity of the node with respect to active AS which
by definition includes NS_WF_CHECK
.
- STRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
-
Deprecated.
A code representing the string data type as defined in .
- STRING_DT - Static variable in interface org.apache.xerces.xs.XSConstants
-
string
- STRING_INTERNING - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: string interning.
- STRING_INTERNING - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Feature id: string interning.
- STRING_INTERNING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
String interning feature ("string-interning").
- StringDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
StringValidator validates that XML content is a W3C string type.
- StringDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
-
- StringDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "string"
- StringDV() - Constructor for class org.apache.xerces.impl.dv.xs.StringDV
-
- StringList - Interface in org.apache.xerces.xs
-
The StringList
is an immutable ordered collection of
GenericString
.
- StringListImpl - Class in org.apache.xerces.impl.xs.util
-
Contains a list of Strings.
- StringListImpl(Vector) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
-
- StringListImpl(String[], int) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
-
Construct an XSObjectList implementation
- STRINGS_INTERNED_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
String interned feature ("internal/strings-interned").
- stringValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
Return a string representation of the value.
- submit() - Method in class org.apache.html.dom.HTMLFormElementImpl
-
- SUBSEQUENT_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
- SubstitutionGroupHandler - Class in org.apache.xerces.impl.xs
-
To store and validate information about substitutionGroup
- SubstitutionGroupHandler(XSElementDeclHelper) - Constructor for class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
Default constructor
- substitutionGroupOK(XSElementDecl, XSElementDecl, short) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- substringData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Substring is more than a convenience function.
- substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Extracts a range of data from the node.
- substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
Extracts a range of data from the node.
- supplemental(char, char) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- symbol - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
-
- symbol - Variable in class org.apache.xerces.util.SymbolTable.Entry
-
Symbol.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLScanner
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.SAXParser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Property identifier: symbol table.
- SYMBOL_TABLE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Symbol table property ("internal/symbol-table").
- SymbolHash - Class in org.apache.xerces.util
-
This class is an unsynchronized hash table primary used for String
to Object mapping.
- SymbolHash() - Constructor for class org.apache.xerces.util.SymbolHash
-
Constructs a key table with the default size.
- SymbolHash(int) - Constructor for class org.apache.xerces.util.SymbolHash
-
Constructs a key table with a given size.
- SymbolHash.Entry - Class in org.apache.xerces.util
-
This class is a key table entry.
- SymbolHash.Entry() - Constructor for class org.apache.xerces.util.SymbolHash.Entry
-
- SymbolHash.Entry(Object, Object, SymbolHash.Entry) - Constructor for class org.apache.xerces.util.SymbolHash.Entry
-
- SymbolTable - Class in org.apache.xerces.util
-
This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references.
- SymbolTable(int, float) - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with the specified initial
capacity and the specified load factor.
- SymbolTable(int) - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with the specified initial capacity
and default load factor, which is 0.75.
- SymbolTable() - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with a default initial capacity (101)
and load factor, which is 0.75.
- SymbolTable.Entry - Class in org.apache.xerces.util
-
This class is a symbol table entry.
- SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
-
Constructs a new entry from the specified symbol and next entry
reference.
- SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
-
Constructs a new entry from the specified symbol information and
next entry reference.
- SYNCCHILDREN - Static variable in class org.apache.xerces.dom.NodeImpl
-
- SYNCDATA - Static variable in class org.apache.xerces.dom.NodeImpl
-
- synchronizeChildren() - Method in class org.apache.xerces.dom.AttrImpl
-
Override this method in subclass to hook in efficient
internal data structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren(AttrImpl, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren(ParentNode, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Synchronizes the entities, notations, and elements.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Synchronizes the default attribute values.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Synchronize the children.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Synchronize the children.
- synchronizeChildren() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
EntityReference's children are a reflection of those defined in the
named Entity.
- synchronizeChildren() - Method in class org.apache.xerces.dom.ParentNode
-
Override this method in subclass to hook in efficient
internal data structure.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredCommentImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Synchronize the entity data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Synchronize the entity data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredNotationImpl
-
Synchronizes the data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Synchronizes the data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredTextImpl
-
Synchronizes the underlying data.
- synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
-
Override this method in subclass to hook in efficient
internal data structure.
- SynchronizedSymbolTable - Class in org.apache.xerces.util
-
Synchronized symbol table.
- SynchronizedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
Constructs a synchronized symbol table.
- SynchronizedSymbolTable() - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
- SynchronizedSymbolTable(int) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
- systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
- systemId - Variable in class org.apache.xerces.dom.EntityImpl
-
System identifier.
- systemId - Variable in class org.apache.xerces.dom.NotationImpl
-
System identifier.
- systemId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
systemId
- systemId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
systemId
- systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- XERCES_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
Xerces features prefix ("http://apache.org/xml/features/").
- XERCES_NAMESPACES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature identifier: namespaces.
- XERCES_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
Xerces properties prefix ("http://apache.org/xml/properties/").
- XERCES_VALIDATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature identifier: validation.
- XHTML - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.
The output method for HTML documents as XHTML.
- XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- XHTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
Public identifier for XHTML 1.0 (Strict) document type.
- XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.
Public identifier for XHTML 1.0 (Strict) document type.
- XHTMLSerializer - Class in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.6.2. It is
recommended that new applications use JAXP's Transformation API
for XML (TrAX) for serializing XHTML. See the Xerces documentation
for more information.
- XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
Constructs a new serializer.
- XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
Constructs a new serializer.
- XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
Constructs a new serializer that writes to the specified writer
using the specified output format.
- XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
Constructs a new serializer that writes to the specified output
stream using the specified output format.
- XHTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
System identifier for XHTML 1.0 (Strict) document type.
- XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.
System identifier for XHTML 1.0 (Strict) document type.
- XInclude11TextReader - Class in org.apache.xerces.xinclude
-
This class is used for reading resources requested in <include> elements in
XML 1.1 entities, when the parse attribute of the <include> element is "text".
- XInclude11TextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XInclude11TextReader
-
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
- XINCLUDE_ATTR_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_ENCODING - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_HREF - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_PARSE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_DEFAULT_CONFIGURATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_DOMAIN - Static variable in class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
- XINCLUDE_FALLBACK - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude processing feature ("xinclude").
- XINCLUDE_FEATURE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: XInclude processing
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude fixup base URIs feature ("xinclude/fixup-base-uris").
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude fixup language feature ("xinclude/fixup-language").
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Property identifier: XInclude handler.
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Property identifier: error reporter.
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Property identifier: error reporter.
- XINCLUDE_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XInclude handler property ("internal/xinclude-handler").
- XINCLUDE_INCLUDE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_INCLUDED - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_NS_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_PARSE_TEXT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_PARSE_XML - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XIncludeAwareParserConfiguration - Class in org.apache.xerces.parsers
-
This class is the configuration used to parse XML 1.0 and XML 1.1 documents
and provides support for XInclude.
- XIncludeAwareParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Default constructor.
- XIncludeAwareParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XIncludeHandler - Class in org.apache.xerces.xinclude
-
This is a pipeline component which performs XInclude handling, according to the
W3C specification for XML Inclusions.
- XIncludeHandler() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler
-
- XIncludeHandler.Notation - Class in org.apache.xerces.xinclude
-
- XIncludeHandler.Notation() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- XIncludeHandler.UnparsedEntity - Class in org.apache.xerces.xinclude
-
- XIncludeHandler.UnparsedEntity() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- XIncludeMessageFormatter - Class in org.apache.xerces.xinclude
-
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
- XIncludeMessageFormatter() - Constructor for class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
- XIncludeNamespaceSupport - Class in org.apache.xerces.xinclude
-
This is an implementation of NamespaceContext which is intended to be used for
XInclude processing.
- XIncludeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
- XIncludeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
- XIncludeParserConfiguration - Class in org.apache.xerces.parsers
-
This parser configuration includes an XIncludeHandler
in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.
- XIncludeParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Default constructor.
- XIncludeParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XIncludeParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XIncludeParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XIncludeTextReader - Class in org.apache.xerces.xinclude
-
This class is used for reading resources requested in <include> elements,
when the parse attribute of the <include> element is "text".
- XIncludeTextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XIncludeTextReader
-
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
- XInt - Class in org.apache.xerces.impl.xs.util
-
- XIntPool - Class in org.apache.xerces.impl.xs.util
-
- XIntPool() - Constructor for class org.apache.xerces.impl.xs.util.XIntPool
-
- XML - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.
The output method for XML documents.
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- XML11Char - Class in org.apache.xerces.util
-
This class defines the basic properties of characters in XML 1.1.
- XML11Char() - Constructor for class org.apache.xerces.util.XML11Char
-
- XML11Configurable - Interface in org.apache.xerces.parsers
-
An XMLParserConfiguration
implements this interface
in order to indicate that it provides support for XML 1.1.
- XML11Configuration - Class in org.apache.xerces.parsers
-
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
- XML11Configuration() - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Default constructor.
- XML11Configuration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table.
- XML11Configuration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11Configuration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11DocumentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning XML document structure
and content.
- XML11DocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Default constructor.
- XML11DTDConfiguration - Class in org.apache.xerces.parsers
-
This class is the DTD-only parser configuration
used to parse XML 1.0 and XML 1.1 documents.
- XML11DTDConfiguration() - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Default constructor.
- XML11DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XML11DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
-
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
- XML11DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
- XML11DTDProcessor - Class in org.apache.xerces.impl.dtd
-
This class extends XMLDTDProcessor by giving it
the ability to parse XML 1.1 documents correctly.
- XML11DTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDProcessor(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDProcessor(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
- XML11DTDScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
-
Default constructor.
- XML11DTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
-
Constructor for he use of non-XMLComponentManagers.
- XML11DTDValidator - Class in org.apache.xerces.impl.dtd
-
This allows the validator to correctlyhandle XML 1.1
documents.
- XML11DTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDValidator
-
Default constructor.
- XML11EntityScanner - Class in org.apache.xerces.impl
-
Implements the entity scanner methods in
the context of XML 1.1.
- XML11EntityScanner() - Constructor for class org.apache.xerces.impl.XML11EntityScanner
-
Default constructor.
- XML11IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDDatatypeValidator - ID represents the ID attribute
type from XML 1.1 Recommendation.
- XML11IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
-
- XML11IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDREFDatatypeValidator - represents the IDREFS
attribute type from XML 1.1 recommendation.
- XML11IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
-
- XML11NamespaceBinder - Class in org.apache.xerces.impl
-
This class performs namespace binding on the startElement and endElement
method calls in accordance with Namespaces in XML 1.1.
- XML11NamespaceBinder() - Constructor for class org.apache.xerces.impl.XML11NamespaceBinder
-
Default constructor.
- XML11NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
NMTOKEN datatype validator for NMTokens from XML 1.1.
- XML11NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
-
- XML11NonValidatingConfiguration - Class in org.apache.xerces.parsers
-
This class is the non vlaidating parser configuration
used to parse XML 1.0 and XML 1.1 documents.
- XML11NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Default constructor.
- XML11NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11NSDocumentScannerImpl - Class in org.apache.xerces.impl
-
The scanner acts as the source for the document
information which is communicated to the document handler.
- XML11NSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
- XML11NSDocumentScannerImpl.NS11ContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XML11NSDocumentScannerImpl.NS11ContentDispatcher() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
-
- XML11NSDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XML11NSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11NSDTDValidator
-
- XML11Serializer - Class in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
- XML11Serializer() - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
Constructs a new serializer.
- XML11Serializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
Constructs a new serializer.
- XML11Serializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
Constructs a new serializer that writes to the specified writer
using the specified output format.
- XML11Serializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
Constructs a new serializer that writes to the specified output
stream using the specified output format.
- XML_11_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XML 1.1 feature ("xml-1.1").
- XML_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
-
- XML_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
The domain of messages concerning the XML 1.0 specification.
- XML_DTD - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
-
The grammar type constant for DTD grammars.
- XML_SCHEMA - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
-
The grammar type constant for XML Schema grammars.
- XML_STRING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: xml string.
- XML_STRING_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XML string property ("xml-string").
- XML_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
-
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
- XML_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
-
- XML_VERSION_1_1 - Static variable in class org.apache.xerces.impl.Constants
-
- XML_VERSION_ERROR - Static variable in class org.apache.xerces.impl.Constants
-
- XMLAttributeDecl - Class in org.apache.xerces.impl.dtd
-
- XMLAttributeDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
- XMLAttributes - Interface in org.apache.xerces.xni
-
The XMLAttributes interface defines a collection of attributes for
an element.
- XMLAttributesImpl - Class in org.apache.xerces.util
-
The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
- XMLAttributesImpl() - Constructor for class org.apache.xerces.util.XMLAttributesImpl
-
Default constructor.
- XMLAttributesImpl(int) - Constructor for class org.apache.xerces.util.XMLAttributesImpl
-
- XMLCatalogResolver - Class in org.apache.xerces.util
-
The catalog resolver handles the resolution of external
identifiers and URI references through XML catalogs.
- XMLCatalogResolver() - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with a default configuration.
- XMLCatalogResolver(String[]) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with the given
list of entry files.
- XMLCatalogResolver(String[], boolean) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with the given
list of entry files and the preference for whether
system or public matches are preferred.
- XMLChar - Class in org.apache.xerces.util
-
This class defines the basic XML character properties.
- XMLChar() - Constructor for class org.apache.xerces.util.XMLChar
-
- XMLComponent - Interface in org.apache.xerces.xni.parser
-
The component interface defines methods that must be implemented
by components in a parser configuration.
- XMLComponentManager - Interface in org.apache.xerces.xni.parser
-
The component manager manages a parser configuration and the components
that make up that configuration.
- XMLConfigurationException - Exception in org.apache.xerces.xni.parser
-
An XNI parser configuration exception.
- XMLConfigurationException(short, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Constructs a configuration exception with the specified type
and feature/property identifier.
- XMLConfigurationException(short, String, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
-
Constructs a configuration exception with the specified type,
feature/property identifier, and error message
- XMLContentSpec - Class in org.apache.xerces.impl.dtd
-
ContentSpec really exists to aid the parser classes in implementing
access to the grammar.
- XMLContentSpec() - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Default constructor.
- XMLContentSpec(short, Object, Object) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec with the specified values.
- XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec from the values in the specified content spec.
- XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec from the values specified by the given
content spec provider and identifier.
- XMLContentSpec.Provider - Interface in org.apache.xerces.impl.dtd
-
Provides a means for walking the structure built out of
content spec "nodes".
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- xmlDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
-
Notifies of the presence of an XMLDecl line in the document.
- XMLDECL - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- XMLDocumentFilter - Interface in org.apache.xerces.xni.parser
-
Defines a document filter that acts as both a receiver and an emitter
of document events.
- XMLDocumentFragmentHandler - Interface in org.apache.xerces.xni
-
This handler interface contains methods necessary to receive
information about document elements and content.
- XMLDocumentFragmentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the structure and content
of document fragments.
- XMLDocumentFragmentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Default constructor.
- XMLDocumentFragmentScannerImpl.Dispatcher - Interface in org.apache.xerces.impl
-
This interface defines an XML "event" dispatching model.
- XMLDocumentFragmentScannerImpl.ElementStack - Class in org.apache.xerces.impl
-
Element stack.
- XMLDocumentFragmentScannerImpl.ElementStack() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
Default constructor.
- XMLDocumentFragmentScannerImpl.FragmentContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLDocumentFragmentScannerImpl.FragmentContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
- XMLDocumentHandler - Interface in org.apache.xerces.xni
-
The document handler interface defines callback methods to report
information items in XML documents.
- XMLDocumentParser - Class in org.apache.xerces.parsers
-
This is a concrete vanilla XML parser class.
- XMLDocumentParser() - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the default basic parser
configuration.
- XMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified parser configuration.
- XMLDocumentParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified symbol table.
- XMLDocumentParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified symbol table and
grammar pool.
- XMLDocumentScanner - Interface in org.apache.xerces.xni.parser
-
This interface defines a generic document scanner.
- XMLDocumentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning XML document structure
and content.
- XMLDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Default constructor.
- XMLDocumentScannerImpl.ContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLDocumentScannerImpl.ContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
- XMLDocumentScannerImpl.DTDDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle the internal and external DTD subsets.
- XMLDocumentScannerImpl.DTDDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
-
- XMLDocumentScannerImpl.PrologDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle prolog scanning.
- XMLDocumentScannerImpl.PrologDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
-
- XMLDocumentScannerImpl.TrailingMiscDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle trailing miscellaneous section scanning.
- XMLDocumentScannerImpl.TrailingMiscDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
-
- XMLDocumentScannerImpl.XMLDeclDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle XMLDecl scanning.
- XMLDocumentScannerImpl.XMLDeclDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
-
- XMLDocumentSource - Interface in org.apache.xerces.xni.parser
-
Defines a document source.
- XMLDTDContentModelFilter - Interface in org.apache.xerces.xni.parser
-
Defines a DTD content model filter that acts as both a receiver and
an emitter of DTD content model events.
- XMLDTDContentModelHandler - Interface in org.apache.xerces.xni
-
The DTD content model handler interface defines callback methods
to report information items in DTD content models of an element
declaration.
- XMLDTDContentModelSource - Interface in org.apache.xerces.xni.parser
-
Defines a DTD content model source.
- XMLDTDDescription - Class in org.apache.xerces.impl.dtd
-
All information specific to DTD grammars.
- XMLDTDDescription(XMLResourceIdentifier, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDDescription(String, String, String, String, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDDescription(XMLInputSource) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDDescription - Interface in org.apache.xerces.xni.grammars
-
All information specific to DTD grammars.
- XMLDTDFilter - Interface in org.apache.xerces.xni.parser
-
Defines a DTD filter that acts as both a receiver and an emitter
of DTD events.
- XMLDTDHandler - Interface in org.apache.xerces.xni
-
The DTD handler interface defines callback methods to report
information items in the DTD of an XML document.
- XMLDTDLoader - Class in org.apache.xerces.impl.dtd
-
The DTD loader.
- XMLDTDLoader() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Deny default construction; we need a SymtolTable!
- XMLDTDLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- XMLDTDLoader(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- XMLDTDProcessor - Class in org.apache.xerces.impl.dtd
-
The DTD processor.
- XMLDTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Default constructor.
- XMLDTDScanner - Interface in org.apache.xerces.xni.parser
-
This interface defines a generic DTD scanner.
- XMLDTDScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
- XMLDTDScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
-
Default constructor.
- XMLDTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
-
Constructor for he use of non-XMLComponentManagers.
- XMLDTDSource - Interface in org.apache.xerces.xni.parser
-
Defines a DTD source.
- XMLDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XMLDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Default constructor.
- XMLDTDValidatorFilter - Interface in org.apache.xerces.impl.dtd
-
Defines a DTD Validator filter to allow
components to query the DTD validator.
- XMLElementDecl - Class in org.apache.xerces.impl.dtd
-
- XMLElementDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLElementDecl
-
- XMLEntityDecl - Class in org.apache.xerces.impl.dtd
-
- XMLEntityDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLEntityDecl
-
- XMLEntityDescription - Interface in org.apache.xerces.impl
-
This interface describes the properties of entities--their
physical location and their name.
- XMLEntityDescriptionImpl - Class in org.apache.xerces.util
-
This class is an implementation of the XMLEntityDescription
interface which describes the properties of an entity.
- XMLEntityDescriptionImpl() - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs an empty entity description.
- XMLEntityDescriptionImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs an entity description.
- XMLEntityDescriptionImpl(String, String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs a resource identifier.
- XMLEntityHandler - Interface in org.apache.xerces.impl
-
The entity handler interface defines methods to report information
about the start and end of entities.
- XMLEntityManager - Class in org.apache.xerces.impl
-
The entity manager handles the registration of general and parameter
entities; resolves entities; and starts entities.
- XMLEntityManager() - Constructor for class org.apache.xerces.impl.XMLEntityManager
-
Default constructor.
- XMLEntityManager(XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLEntityManager
-
Constructs an entity manager that shares the specified entity
declarations during each parse.
- XMLEntityManager.Entity - Class in org.apache.xerces.impl
-
Entity information.
- XMLEntityManager.Entity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
-
Default constructor.
- XMLEntityManager.Entity(String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
-
Constructs an entity.
- XMLEntityManager.ExternalEntity - Class in org.apache.xerces.impl
-
External entity.
- XMLEntityManager.ExternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Default constructor.
- XMLEntityManager.ExternalEntity(String, XMLResourceIdentifier, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Constructs an internal entity.
- XMLEntityManager.InternalEntity - Class in org.apache.xerces.impl
-
Internal entity.
- XMLEntityManager.InternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Default constructor.
- XMLEntityManager.InternalEntity(String, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Constructs an internal entity.
- XMLEntityManager.RewindableInputStream - Class in org.apache.xerces.impl
-
This class wraps the byte inputstreams we're presented with.
- XMLEntityManager.RewindableInputStream(InputStream) - Constructor for class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- XMLEntityManager.ScannedEntity - Class in org.apache.xerces.impl
-
Entity state.
- XMLEntityManager.ScannedEntity(String, XMLResourceIdentifier, InputStream, Reader, byte[], String, boolean, boolean, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Constructs a scanned entity.
- XMLEntityResolver - Interface in org.apache.xerces.xni.parser
-
This interface is used to resolve external parsed entities.
- XMLEntityScanner - Class in org.apache.xerces.impl
-
Implements the entity scanner methods.
- XMLEntityScanner() - Constructor for class org.apache.xerces.impl.XMLEntityScanner
-
Default constructor.
- XMLErrorHandler - Interface in org.apache.xerces.xni.parser
-
An interface for handling errors.
- XMLErrorReporter - Class in org.apache.xerces.impl
-
This class is a common element of all parser configurations and is
used to report errors that occur.
- XMLErrorReporter() - Constructor for class org.apache.xerces.impl.XMLErrorReporter
-
Constructs an error reporter with a locator.
- XMLEventFactoryImpl - Class in org.apache.xerces.stax
-
Implementation of XMLEventFactory.
- XMLEventFactoryImpl() - Constructor for class org.apache.xerces.stax.XMLEventFactoryImpl
-
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DOMParser
-
Property identifier: XML grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.SAXParser
-
Property identifier: XML grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Grammar pool property ("internal/grammar-pool").
- XMLGrammarCachingConfiguration - Class in org.apache.xerces.parsers
-
This configuration provides a generic way of using
Xerces's grammar caching facilities.
- XMLGrammarCachingConfiguration() - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Default constructor.
- XMLGrammarCachingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XMLGrammarDescription - Interface in org.apache.xerces.xni.grammars
-
This interface describes basic attributes of XML grammars--their
physical location and their type.
- XMLGrammarLoader - Interface in org.apache.xerces.xni.grammars
-
The intention of this interface is to provide a generic means
by which Grammar objects may be created without parsing instance
documents.
- XMLGrammarParser - Class in org.apache.xerces.parsers
-
- XMLGrammarParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarParser
-
Construct an XMLGrammarParser with the specified symbol table
- XMLGrammarPool - Interface in org.apache.xerces.xni.grammars
-
This interface specifies how the parser and the application
interact with respect to Grammar objects that the application
possesses--either by having precompiled them or by having stored them
from a previous validation of an instance document.
- XMLGrammarPoolImpl - Class in org.apache.xerces.util
-
Stores grammars in a pool associated to a specific key.
- XMLGrammarPoolImpl() - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
-
Constructs a grammar pool with a default number of buckets.
- XMLGrammarPoolImpl(int) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
-
Constructs a grammar pool with a specified number of buckets.
- XMLGrammarPoolImpl.Entry - Class in org.apache.xerces.util
-
This class is a grammar pool entry.
- XMLGrammarPoolImpl.Entry(int, XMLGrammarDescription, Grammar, XMLGrammarPoolImpl.Entry) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- XMLGrammarPreparser - Class in org.apache.xerces.parsers
-
This class provides an easy way for a user to preparse grammars
of various types.
- XMLGrammarPreparser() - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
-
Default constructor.
- XMLGrammarPreparser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
-
Constructs a preparser using the specified symbol table.
- XMLInputSource - Class in org.apache.xerces.xni.parser
-
This class represents an input source for an XML document.
- XMLInputSource(String, String, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
-
Constructs an input source from just the public and system
identifiers, leaving resolution of the entity and opening of
the input stream up to the caller.
- XMLInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
-
Constructs an input source from a XMLResourceIdentifier
object, leaving resolution of the entity and opening of
the input stream up to the caller.
- XMLInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
-
Constructs an input source from a byte stream.
- XMLInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
-
Constructs an input source from a character stream.
- XMLLocator - Interface in org.apache.xerces.xni
-
Location information.
- XMLLocatorWrapper - Class in org.apache.xerces.util
-
A light wrapper around an XMLLocator
.
- XMLLocatorWrapper() - Constructor for class org.apache.xerces.util.XMLLocatorWrapper
-
- XMLMessageFormatter - Class in org.apache.xerces.impl.msg
-
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for
the Namespaces Recommendation
- XMLMessageFormatter() - Constructor for class org.apache.xerces.impl.msg.XMLMessageFormatter
-
- XMLNamespaceBinder - Class in org.apache.xerces.impl
-
This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler.
- XMLNamespaceBinder() - Constructor for class org.apache.xerces.impl.XMLNamespaceBinder
-
Default constructor.
- XMLNotationDecl - Class in org.apache.xerces.impl.dtd
-
- XMLNotationDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLNotationDecl
-
- XMLNS_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
- XMLNS_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
-
XML Information Set REC
all namespace attributes (including those named xmlns,
whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
- XMLNS_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
xmlns URIs feature ("xmlns-uris").
- XMLNSDocumentScannerImpl - Class in org.apache.xerces.impl
-
The scanner acts as the source for the document
information which is communicated to the document handler.
- XMLNSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
- XMLNSDocumentScannerImpl.NSContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLNSDocumentScannerImpl.NSContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
-
- XMLNSDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XMLNSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLNSDTDValidator
-
- XMLParseException - Exception in org.apache.xerces.xni.parser
-
A parsing exception.
- XMLParseException(XMLLocator, String) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
-
Constructs a parse exception.
- XMLParseException(XMLLocator, String, Exception) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
-
Constructs a parse exception.
- XMLParser - Class in org.apache.xerces.parsers
-
Base class of all XML-related parsers.
- XMLParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLParser
-
Default Constructor.
- XMLParserConfiguration - Interface in org.apache.xerces.xni.parser
-
Represents a parser configuration.
- XMLPullParserConfiguration - Interface in org.apache.xerces.xni.parser
-
Represents a parser configuration that can be used as the
configuration for a "pull" parser.
- XMLResourceIdentifier - Interface in org.apache.xerces.xni
-
This represents the basic physical description of the location of any
XML resource (a Schema grammar, a DTD, a general entity etc.)
- XMLResourceIdentifierImpl - Class in org.apache.xerces.util
-
The XMLResourceIdentifierImpl class is an implementation of the
XMLResourceIdentifier interface which defines the location identity
of a resource.
- XMLResourceIdentifierImpl() - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs an empty resource identifier.
- XMLResourceIdentifierImpl(String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs a resource identifier.
- XMLResourceIdentifierImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs a resource identifier.
- XMLScanner - Class in org.apache.xerces.impl
-
This class is responsible for holding scanning methods common to
scanning the XML document structure and content as well as the DTD
structure and content.
- XMLScanner() - Constructor for class org.apache.xerces.impl.XMLScanner
-
- XMLSCHEMA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
XML Schema validation
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
XML Schema full checking
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
feature identifier: XML Schema validation -- full checking
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
feature identifier: XML Schema validation -- full checking
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
feature identifier: XML Schema validation
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
feature identifier: XML Schema validation
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
feature identifier: XML Schema validation
- XMLSchemaDescription - Interface in org.apache.xerces.xni.grammars
-
All information specific to XML Schema grammars.
- XMLSchemaException - Exception in org.apache.xerces.impl.xs
-
This exception might be thrown by any constraint checking method.
- XMLSchemaException(String, Object[]) - Constructor for exception org.apache.xerces.impl.xs.XMLSchemaException
-
- XMLSchemaFactory - Class in org.apache.xerces.jaxp.validation
-
SchemaFactory
for XML Schema.
- XMLSchemaFactory() - Constructor for class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- XMLSchemaLoader - Class in org.apache.xerces.impl.xs
-
This class implements xni.grammars.XMLGrammarLoader.
- XMLSchemaLoader() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- XMLSchemaLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- XMLSchemaValidator - Class in org.apache.xerces.impl.xs
-
The XML Schema validator.
- XMLSchemaValidator() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Default constructor.
- XMLSchemaValidator.KeyRefValueStore - Class in org.apache.xerces.impl.xs
-
Key reference value store.
- XMLSchemaValidator.KeyRefValueStore(KeyRef, XMLSchemaValidator.KeyValueStore) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
Constructs a key value store.
- XMLSchemaValidator.KeyValueStore - Class in org.apache.xerces.impl.xs
-
Key value store.
- XMLSchemaValidator.KeyValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
-
Constructs a key value store.
- XMLSchemaValidator.LocalIDKey - Class in org.apache.xerces.impl.xs
-
- XMLSchemaValidator.LocalIDKey() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- XMLSchemaValidator.LocalIDKey(IdentityConstraint, int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- XMLSchemaValidator.ShortVector - Class in org.apache.xerces.impl.xs
-
A simple vector for short
s.
- XMLSchemaValidator.ShortVector() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
- XMLSchemaValidator.ShortVector(int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
- XMLSchemaValidator.UniqueValueStore - Class in org.apache.xerces.impl.xs
-
Unique value store.
- XMLSchemaValidator.UniqueValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
-
Constructs a unique value store.
- XMLSchemaValidator.ValueStoreBase - Class in org.apache.xerces.impl.xs
-
Value store implementation base class.
- XMLSchemaValidator.ValueStoreBase(IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Constructs a value store for the specified identity constraint.
- XMLSchemaValidator.ValueStoreCache - Class in org.apache.xerces.impl.xs
-
Value store cache.
- XMLSchemaValidator.ValueStoreCache() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Default constructor.
- XMLSchemaValidator.XPathMatcherStack - Class in org.apache.xerces.impl.xs
-
Stack of XPath matchers for identity constraints.
- XMLSchemaValidator.XPathMatcherStack() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
- XMLSchemaValidator.XSIErrorReporter - Class in org.apache.xerces.impl.xs
-
A wrapper of the standard error reporter.
- XMLSchemaValidator.XSIErrorReporter() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- XMLSerializer - Class in org.apache.xml.serialize
-
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
- XMLSerializer() - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Constructs a new serializer.
- XMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Constructs a new serializer.
- XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Constructs a new serializer that writes to the specified writer
using the specified output format.
- XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
Constructs a new serializer that writes to the specified output
stream using the specified output format.
- XMLSimpleType - Class in org.apache.xerces.impl.dtd
-
- XMLSimpleType() - Constructor for class org.apache.xerces.impl.dtd.XMLSimpleType
-
- XMLString - Class in org.apache.xerces.xni
-
This class is used as a structure to pass text contained in the underlying
character buffer of the scanner.
- XMLString() - Constructor for class org.apache.xerces.xni.XMLString
-
Default constructor.
- XMLString(char[], int, int) - Constructor for class org.apache.xerces.xni.XMLString
-
Constructs an XMLString structure preset with the specified
values.
- XMLString(XMLString) - Constructor for class org.apache.xerces.xni.XMLString
-
Constructs an XMLString structure with copies of the values in
the given structure.
- XMLStringBuffer - Class in org.apache.xerces.util
-
XMLString is a structure used to pass character arrays.
- XMLStringBuffer() - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
- XMLStringBuffer(int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
- XMLStringBuffer(char) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from a char.
- XMLStringBuffer(String) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from a String.
- XMLStringBuffer(char[], int, int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from the specified character array.
- XMLStringBuffer(XMLString) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from the specified XMLString.
- XMLSymbols - Class in org.apache.xerces.util
-
All internalized xml symbols.
- XMLSymbols() - Constructor for class org.apache.xerces.util.XMLSymbols
-
- xmlVersion - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
XML version.
- xmlVersionChanged - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
- XMLVersionDetector - Class in org.apache.xerces.impl
-
This class scans the version of the document to determine
which scanner to use: XML 1.1 or XML 1.0.
- XMLVersionDetector() - Constructor for class org.apache.xerces.impl.XMLVersionDetector
-
- XNIException - Exception in org.apache.xerces.xni
-
This exception is the base exception of all XNI exceptions.
- XNIException(String) - Constructor for exception org.apache.xerces.xni.XNIException
-
Constructs an XNI exception with a message.
- XNIException(Exception) - Constructor for exception org.apache.xerces.xni.XNIException
-
Constructs an XNI exception with a wrapped exception.
- XNIException(String, Exception) - Constructor for exception org.apache.xerces.xni.XNIException
-
Constructs an XNI exception with a message and wrapped exception.
- XPath - Class in org.apache.xerces.impl.xpath
-
Bare minimum XPath parser.
- XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xpath.XPath
-
Constructs an XPath object from the specified expression.
- XPath.Axis - Class in org.apache.xerces.impl.xpath
-
Axis.
- XPath.Axis(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
-
Constructs an axis with the specified type.
- XPath.Axis(XPath.Axis) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
-
Copy constructor.
- XPath.LocationPath - Class in org.apache.xerces.impl.xpath
-
A location path representation for an XPath expression.
- XPath.LocationPath(XPath.Step[]) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Creates a location path from a series of steps.
- XPath.LocationPath(XPath.LocationPath) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Copy constructor.
- XPath.NodeTest - Class in org.apache.xerces.impl.xpath
-
Node test.
- XPath.NodeTest(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type WILDCARD or NODE.
- XPath.NodeTest(QName) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type QName.
- XPath.NodeTest(String, String) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type Namespace.
- XPath.NodeTest(XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Copy constructor.
- XPath.Step - Class in org.apache.xerces.impl.xpath
-
A location path step comprised of an axis and node test.
- XPath.Step(XPath.Axis, XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
-
Constructs a step from an axis and node test.
- XPath.Step(XPath.Step) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
-
Copy constructor.
- XPathException - Exception in org.apache.xerces.impl.xpath
-
XPath exception.
- XPathException() - Constructor for exception org.apache.xerces.impl.xpath.XPathException
-
Constructs an exception.
- XPathException(String) - Constructor for exception org.apache.xerces.impl.xpath.XPathException
-
Constructs an exception with the specified key.
- XPathMatcher - Class in org.apache.xerces.impl.xs.identity
-
XPath matcher.
- XPathMatcher(XPath) - Constructor for class org.apache.xerces.impl.xs.identity.XPathMatcher
-
Constructs an XPath matcher that implements a document fragment
handler.
- XPOINTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XPOINTER_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Property identifier: error reporter.
- XPOINTER_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XPointer handler property ("internal/xpointer-handler").
- XPointerHandler - Class in org.apache.xerces.xpointer
-
This is a pipeline component which extends the XIncludeHandler to perform
XPointer specific processing specified in the W3C XPointerFramework and
element() Scheme Recommendations.
- XPointerHandler() - Constructor for class org.apache.xerces.xpointer.XPointerHandler
-
- XPointerHandler(SymbolTable, XMLErrorHandler, XMLErrorReporter) - Constructor for class org.apache.xerces.xpointer.XPointerHandler
-
- XPointerParserConfiguration - Class in org.apache.xerces.parsers
-
This parser configuration includes an XPointerHandler
in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.
- XPointerParserConfiguration() - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Default constructor.
- XPointerParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XPointerParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XPointerParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XPointerPart - Interface in org.apache.xerces.xpointer
-
Used for scheme specific parsing and evaluation of an XPointer expression.
- XPointerProcessor - Interface in org.apache.xerces.xpointer
-
The XPointerProcessor is responsible for parsing an XPointer
expression and and providing scheme specific resolution of
the document fragment pointed to be the pointer.
- XSAllCM - Class in org.apache.xerces.impl.xs.models
-
XSAllCM implements XSCMValidator and handles <all>.
- XSAllCM(boolean, int) - Constructor for class org.apache.xerces.impl.xs.models.XSAllCM
-
- XSAnnotation - Interface in org.apache.xerces.xs
-
This interface represents the Annotation schema component.
- XSAnnotationImpl - Class in org.apache.xerces.impl.xs
-
This is an implementation of the XSAnnotation schema component.
- XSAnnotationImpl(String, SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.XSAnnotationImpl
-
- XSAttributeChecker - Class in org.apache.xerces.impl.xs.traversers
-
Class XSAttributeCheck
is used to check the validity of attributes
appearing in the schema document.
- XSAttributeChecker(XSDHandler) - Constructor for class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- XSAttributeDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute declaration
schema component is an <attribute> element information item
- XSAttributeDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeDecl
-
- XSAttributeDeclaration - Interface in org.apache.xerces.xs
-
The interface represents the Attribute Declaration schema component.
- XSAttributeGroupDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute group declaration
schema component is a global <attributeGroup> element information item
- XSAttributeGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- XSAttributeGroupDefinition - Interface in org.apache.xerces.xs
-
This interface represents the Attribute Group Definition schema component.
- XSAttributeUse - Interface in org.apache.xerces.xs
-
This interface represents the Attribute Use schema component.
- XSAttributeUseImpl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute use
schema component is a local <attribute> element information item
- XSAttributeUseImpl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- XSCMBinOp - Class in org.apache.xerces.impl.xs.models
-
Content model Bin-Op node.
- XSCMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- XSCMLeaf - Class in org.apache.xerces.impl.xs.models
-
Content model leaf node.
- XSCMLeaf(int, Object, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMLeaf
-
Constructs a content model leaf.
- XSCMRepeatingLeaf - Class in org.apache.xerces.impl.xs.models
-
A compound content model leaf node which carries occurence information.
- XSCMRepeatingLeaf(int, Object, int, int, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
-
- XSCMUniOp - Class in org.apache.xerces.impl.xs.models
-
Content model Uni-Op node.
- XSCMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- XSCMValidator - Interface in org.apache.xerces.impl.xs.models
-
Note: State of the content model is stored in the validator
- XSComplexTypeDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a complexType
schema component is a <complexType> element information item
- XSComplexTypeDecl() - Constructor for class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- XSComplexTypeDefinition - Interface in org.apache.xerces.xs
-
This interface represents the Complex Type Definition schema component.
- XSConstants - Interface in org.apache.xerces.xs
-
This interface defines constants used by this specification.
- XSConstraints - Class in org.apache.xerces.impl.xs
-
Constraints shared by traversers and validator
- XSConstraints() - Constructor for class org.apache.xerces.impl.xs.XSConstraints
-
- XSDateTime - Interface in org.apache.xerces.xs.datatypes
-
Interface to expose the values for all date-time related types.
- XSDDescription - Class in org.apache.xerces.impl.xs
-
All information specific to XML Schema grammars.
- XSDDescription() - Constructor for class org.apache.xerces.impl.xs.XSDDescription
-
- XSDecimal - Interface in org.apache.xerces.xs.datatypes
-
Interface to expose the value of 'decimal' and related datatypes.
- XSDeclarationPool - Class in org.apache.xerces.impl.xs
-
This class is pool that enables caching of XML Schema declaration objects.
- XSDeclarationPool() - Constructor for class org.apache.xerces.impl.xs.XSDeclarationPool
-
- XSDFACM - Class in org.apache.xerces.impl.xs.models
-
DFAContentModel is the implementation of XSCMValidator that does
all of the non-trivial element content validation.
- XSDFACM(CMNode, int) - Constructor for class org.apache.xerces.impl.xs.models.XSDFACM
-
Constructs a DFA content model.
- XSDHandler - Class in org.apache.xerces.impl.xs.traversers
-
The purpose of this class is to co-ordinate the construction of a
grammar object corresponding to a schema.
- XSDHandler() - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- XSDHandler(XSGrammarBucket) - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- XSDouble - Interface in org.apache.xerces.xs.datatypes
-
Interface to expose the value of the 'double' datatype.
- XSElementDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an element declaration
schema component is an <element> element information item
- XSElementDecl() - Constructor for class org.apache.xerces.impl.xs.XSElementDecl
-
- XSElementDeclaration - Interface in org.apache.xerces.xs
-
The interface represents the Element Declaration schema component.
- XSElementDeclHelper - Interface in org.apache.xerces.impl.xs
-
- XSEmptyCM - Class in org.apache.xerces.impl.xs.models
-
XSEmptyCM is a derivative of the abstract content model base class that
handles a content model with no children (elements).
- XSEmptyCM() - Constructor for class org.apache.xerces.impl.xs.models.XSEmptyCM
-
- XSException - Exception in org.apache.xerces.xs
-
The XML Schema API operations only raise exceptions in "exceptional"
circumstances, i.e., when an operation is impossible to perform (either
for logical reasons, because data is lost, or because the implementation
has become unstable).
- XSException(short, String) - Constructor for exception org.apache.xerces.xs.XSException
-
- XSFacet - Interface in org.apache.xerces.xs
-
Describes a constraining facet.
- XSFacets - Class in org.apache.xerces.impl.dv
-
- XSFacets() - Constructor for class org.apache.xerces.impl.dv.XSFacets
-
- XSFloat - Interface in org.apache.xerces.xs.datatypes
-
Interface to expose value of the float datatype.
- XSGrammar - Interface in org.apache.xerces.xni.grammars
-
Representing a schema grammar.
- XSGrammarBucket - Class in org.apache.xerces.impl.xs
-
A class used to hold the internal schema grammar set for the current instance
- XSGrammarBucket() - Constructor for class org.apache.xerces.impl.xs.XSGrammarBucket
-
- XSGrammarPool - Class in org.apache.xerces.impl.xs.util
-
Add a method that return an XSModel
that represents components in
the schema grammars in this pool implementation.
- XSGrammarPool() - Constructor for class org.apache.xerces.impl.xs.util.XSGrammarPool
-
- XSGrammarPoolContainer - Interface in org.apache.xerces.jaxp.validation
-
A container for grammar pools which only contain schema grammars.
- XSGroupDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a group declaration
schema component is a global <group> element information item
- XSGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSGroupDecl
-
- XSI_NIL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_NONAMESPACESCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSIDCDefinition - Interface in org.apache.xerces.xs
-
This interface represents the Identity-constraint Definition schema
component.
- XSImplementation - Interface in org.apache.xerces.xs
-
This interface allows one to retrieve an instance of XSLoader
.
- XSImplementationImpl - Class in org.apache.xerces.impl.xs
-
Implements XSImplementation interface that allows one to retrieve an instance of XSLoader
.
- XSImplementationImpl() - Constructor for class org.apache.xerces.impl.xs.XSImplementationImpl
-
- XSInputSource - Class in org.apache.xerces.impl.xs.util
-
- XSInputSource(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.util.XSInputSource
-
- XSInputSource(XSObject[]) - Constructor for class org.apache.xerces.impl.xs.util.XSInputSource
-
- XSLoader - Interface in org.apache.xerces.xs
-
An interface that provides a method to load XML Schema documents.
- XSLoaderImpl - Class in org.apache.xerces.impl.xs
-
An implementation of XSLoader which wraps XMLSchemaLoader.
- XSLoaderImpl() - Constructor for class org.apache.xerces.impl.xs.XSLoaderImpl
-
No-args constructor.
- XSMessageFormatter - Class in org.apache.xerces.impl.xs
-
SchemaMessageProvider implements an XMLMessageProvider that
provides localizable error messages for the W3C XML Schema Language
- XSMessageFormatter() - Constructor for class org.apache.xerces.impl.xs.XSMessageFormatter
-
- XSModel - Interface in org.apache.xerces.xs
-
This interface represents an XML Schema.
- XSModelGroup - Interface in org.apache.xerces.xs
-
This interface represents the Model Group schema component.
- XSModelGroupDefinition - Interface in org.apache.xerces.xs
-
This interface represents the Model Group Definition schema component.
- XSModelGroupImpl - Class in org.apache.xerces.impl.xs
-
Store schema model group declaration.
- XSModelGroupImpl() - Constructor for class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- XSModelImpl - Class in org.apache.xerces.impl.xs
-
Implements XSModel: a read-only interface that represents an XML Schema,
which could be components from different namespaces.
- XSModelImpl(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
-
Construct an XSModelImpl, by storing some grammars and grammars imported
by them to this object.
- XSModelImpl(SchemaGrammar[], short) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
-
- XSMultiValueFacet - Interface in org.apache.xerces.xs
-
Describes a multi-value constraining facets: pattern and enumeration.
- XSNamedMap - Interface in org.apache.xerces.xs
-
Objects implementing the XSNamedMap
interface are used to
represent immutable collections of XML Schema components that can be
accessed by name.
- XSNamedMap4Types - Class in org.apache.xerces.impl.xs.util
-
Contains the map between qnames and XSObject's.
- XSNamedMap4Types(String, SymbolHash, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Construct an XSNamedMap implementation for one namespace
- XSNamedMap4Types(String[], SymbolHash[], int, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Construct an XSNamedMap implementation for a list of namespaces
- XSNamedMapImpl - Class in org.apache.xerces.impl.xs.util
-
Contains the map between qnames and XSObject's.
- XSNamedMapImpl(String, SymbolHash) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implementation for one namespace
- XSNamedMapImpl(String[], SymbolHash[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implementation for a list of namespaces
- XSNamedMapImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implementation one namespace from an array
- XSNamespaceItem - Interface in org.apache.xerces.xs
-
The interface represents the namespace schema information information item.
- XSNamespaceItemList - Interface in org.apache.xerces.xs
-
The XSNamesaceItemList
interface provides the abstraction of
an immutable ordered collection of XSNamespaceItem
s, without
defining or constraining how this collection is implemented.
- XSNotationDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a NOTATION declaration
schema component is a global <notation> element information item
- XSNotationDecl() - Constructor for class org.apache.xerces.impl.xs.XSNotationDecl
-
- XSNotationDeclaration - Interface in org.apache.xerces.xs
-
This interface represents the Notation Declaration schema component.
- XSObject - Interface in org.apache.xerces.xs
-
The XSObject
is a base object for the XML Schema component
model.
- XSObjectList - Interface in org.apache.xerces.xs
-
The XSObjectList
interface provides the abstraction of an
immutable ordered collection of XSObject
s, without defining
or constraining how this collection is implemented.
- XSObjectListImpl - Class in org.apache.xerces.impl.xs.util
-
Contains a list of XSObjects.
- XSObjectListImpl() - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- XSObjectListImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
Construct an XSObjectList implementation
- XSParticle - Interface in org.apache.xerces.xs
-
This interface represents the Particle schema component.
- XSParticleDecl - Class in org.apache.xerces.impl.xs
-
Store schema particle declaration.
- XSParticleDecl() - Constructor for class org.apache.xerces.impl.xs.XSParticleDecl
-
- XSQName - Interface in org.apache.xerces.xs.datatypes
-
Interface to expose QName actual values
- XSSimpleType - Interface in org.apache.xerces.impl.dv
-
This interface XSSimpleType
represents the simple type
definition of schema component and defines methods to query the information
contained.
- XSSimpleTypeDecl - Class in org.apache.xerces.impl.dv.xs
-
- XSSimpleTypeDecl() - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, short, short, boolean, boolean, boolean, boolean, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDefinition - Interface in org.apache.xerces.xs
-
This interface represents the Simple Type Definition schema component.
- XSSimpleTypeDelegate - Class in org.apache.xerces.impl.dv.xs
-
Base class for XSSimpleType wrapper implementations.
- XSSimpleTypeDelegate(XSSimpleType) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
-
- XSTerm - Interface in org.apache.xerces.xs
-
Describes a term that can be one of a model group, a wildcard, or an
element declaration.
- XSTypeDefinition - Interface in org.apache.xerces.xs
-
This interface represents a complex or simple type definition.
- XSValue - Interface in org.apache.xerces.xs
-
Represents an actual value of a simple type.
- XSWildcard - Interface in org.apache.xerces.xs
-
This interface represents the Wildcard schema component.
- XSWildcardDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a wildcard declaration
schema component is an <any> or <anyAttribute> element information item
- XSWildcardDecl() - Constructor for class org.apache.xerces.impl.xs.XSWildcardDecl
-