Uses of Class
org.apache.xerces.xni.XMLString

Packages that use XMLString
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xinclude   
org.apache.xerces.xni   
org.apache.xerces.xpointer   
 

Uses of XMLString in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as XMLString
static XMLString DOMNormalizer.EMPTY_STRING
          Empty string to pass to the validator.
 

Methods in org.apache.xerces.dom with parameters of type XMLString
 void DOMNormalizer.characters(XMLString text, Augmentations augs)
          Character content.
 void DOMNormalizer.comment(XMLString text, Augmentations augs)
          A comment.
 void DOMNormalizer.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DOMNormalizer.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 

Uses of XMLString in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type XMLString
 void XMLNamespaceBinder.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLNamespaceBinder.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLNamespaceBinder.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLNamespaceBinder.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 int XMLEntityScanner.scanContent(XMLString content)
          Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
 int XML11EntityScanner.scanContent(XMLString content)
          Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
 int XMLEntityScanner.scanLiteral(int quote, XMLString content)
          Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
 int XML11EntityScanner.scanLiteral(int quote, XMLString content)
          Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
 java.lang.String XMLScanner.scanPseudoAttribute(boolean scanningTextDecl, XMLString value)
          Scans a pseudo attribute.
 

Uses of XMLString in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLString
 void DTDGrammar.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void XMLDTDProcessor.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void XMLDTDValidator.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLDTDValidator.comment(XMLString text, Augmentations augs)
          A comment.
 void DTDGrammar.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDTDProcessor.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDTDValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DTDGrammar.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void XMLDTDProcessor.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void DTDGrammar.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void XMLDTDProcessor.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void XMLDTDValidator.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DTDGrammar.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLDTDProcessor.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 

Uses of XMLString in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs with parameters of type XMLString
 void XMLSchemaValidator.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLSchemaValidator.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLSchemaValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLSchemaValidator.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 

Uses of XMLString in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type XMLString
 void DefaultXMLDocumentHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void SchemaDOMParser.characters(XMLString text, Augmentations augs)
          Character content.
 void DefaultXMLDocumentHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void SchemaDOMParser.comment(XMLString text, Augmentations augs)
          A comment.
 void DefaultXMLDocumentHandler.comment(XMLString text, Augmentations augs)
          A comment.
 void SchemaDOMParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DefaultXMLDocumentHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DefaultXMLDocumentHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
          Characters within an IGNORE conditional section.
 void DefaultXMLDocumentHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void SchemaDOMParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DefaultXMLDocumentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 

Uses of XMLString in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers with parameters of type XMLString
 void AbstractDOMParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void DTDParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void AbstractSAXParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void AbstractXMLDocumentParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void AbstractDOMParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractSAXParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractXMLDocumentParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractDOMParser.comment(XMLString text, Augmentations augs)
          A comment.
 void DTDParser.comment(XMLString text, Augmentations augmentations)
          A comment.
 void AbstractSAXParser.comment(XMLString text, Augmentations augs)
          A comment.
 void AbstractXMLDocumentParser.comment(XMLString text, Augmentations augs)
          A comment.
 void AbstractDOMParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractSAXParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractXMLDocumentParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractDOMParser.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void AbstractXMLDocumentParser.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void AbstractDOMParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void DTDParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void AbstractSAXParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void AbstractXMLDocumentParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void AbstractDOMParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DTDParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void AbstractSAXParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void AbstractXMLDocumentParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 

Uses of XMLString in org.apache.xerces.util
 

Subclasses of XMLString in org.apache.xerces.util
 class XMLStringBuffer
          XMLString is a structure used to pass character arrays.
 

Methods in org.apache.xerces.util with parameters of type XMLString
 void XMLStringBuffer.append(XMLString s)
          append
 

Constructors in org.apache.xerces.util with parameters of type XMLString
XMLStringBuffer(XMLString s)
          Constructs a string buffer from the specified XMLString.
 

Uses of XMLString in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude with parameters of type XMLString
 void XIncludeHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
           
 void XIncludeHandler.characters(XMLString text, Augmentations augs)
           
 void XIncludeHandler.comment(XMLString text, Augmentations augs)
           
 void XIncludeHandler.ignorableWhitespace(XMLString text, Augmentations augs)
           
 void XIncludeHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
           
 void XIncludeHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
           
 void XIncludeHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
           
 

Uses of XMLString in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni with parameters of type XMLString
 void XMLDTDHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void XMLDocumentHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLDocumentFragmentHandler.characters(XMLString text, Augmentations augmentations)
          Character content.
 void XMLDocumentHandler.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDocumentFragmentHandler.comment(XMLString text, Augmentations augmentations)
          A comment.
 void XMLDTDHandler.comment(XMLString text, Augmentations augmentations)
          A comment.
 void XMLDocumentHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text, Augmentations augmentations)
          Ignorable whitespace.
 void XMLDTDHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
          Characters within an IGNORE conditional section.
 void XMLDTDHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void XMLDocumentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLDocumentFragmentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void XMLDTDHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void XMLString.setValues(XMLString s)
          Initializes the contents of the XMLString structure with copies of the given string structure.
 

Constructors in org.apache.xerces.xni with parameters of type XMLString
XMLString(XMLString string)
          Constructs an XMLString structure with copies of the values in the given structure.
 

Uses of XMLString in org.apache.xerces.xpointer
 

Methods in org.apache.xerces.xpointer with parameters of type XMLString
 void XPointerHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void XPointerHandler.comment(XMLString text, Augmentations augs)
          If the comment is a child of a matched element, then pass else return.
 void XPointerHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XPointerHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.