| Modifier and Type | Method and Description |
|---|---|
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(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
DOMNormalizer.XMLAttributesProxy.setValue(int attrIndex,
String attrValue,
XMLString value) |
| Modifier and Type | Field and Description |
|---|---|
protected XMLString |
XMLDocumentFragmentScannerImpl.fPIData |
protected XMLString |
XMLDocumentFragmentScannerImpl.fTempString
String.
|
protected XMLString |
XMLDocumentFragmentScannerImpl.fTempString2
String.
|
| Modifier and Type | Method and Description |
|---|---|
XMLString |
XMLDocumentFragmentScannerImpl.getCharacterData() |
protected XMLString |
XMLDocumentFragmentScannerImpl.getString()
this function gets an XMLString (which is used to store the attribute value) from the special pool
maintained for attributes.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected int |
XML11DocumentScannerImpl.isUnchangedByNormalization(XMLString value)
Checks whether this string would be unchanged by normalization.
|
protected int |
XML11DTDScannerImpl.isUnchangedByNormalization(XMLString value)
Checks whether this string would be unchanged by normalization.
|
protected void |
XML11DocumentScannerImpl.normalizeWhitespace(XMLString value)
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
|
protected void |
XML11DTDScannerImpl.normalizeWhitespace(XMLString value)
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
|
protected void |
XMLScanner.normalizeWhitespace(XMLString value)
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
|
protected void |
XML11DocumentScannerImpl.normalizeWhitespace(XMLString value,
int fromIndex)
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
|
protected void |
XML11DTDScannerImpl.normalizeWhitespace(XMLString value,
int fromIndex)
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
|
void |
XMLNamespaceBinder.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
protected String |
XMLDTDScannerImpl.scanAttDefaultDecl(String elName,
String atName,
String type,
XMLString defaultVal,
XMLString nonNormalizedDefaultVal)
Scans an attribute default declaration
[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED' | (('#FIXED' S)?
|
protected boolean |
XML11DocumentScannerImpl.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
boolean checkEntities,
String eleName)
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters
|
protected void |
XMLScanner.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
XMLAttributes attributes,
int attrIndex,
boolean checkEntities)
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters
|
int |
XML11EntityScanner.scanContent(XMLString content)
Scans a range of parsed character data, setting the fields of the
XMLString structure, appropriately.
|
int |
XMLEntityScanner.scanContent(XMLString content)
CHANGED:
Scans a range of parsed character data, This function appends the character data to
the supplied buffer.
|
protected void |
XMLDTDScannerImpl.scanEntityValue(String entityName,
boolean isPEDecl,
XMLString value,
XMLString nonNormalizedValue)
Scans an entity value.
|
int |
XML11EntityScanner.scanLiteral(int quote,
XMLString content)
Scans a range of attribute value 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.
|
protected void |
XMLDTDScannerImpl.scanPIData(String target,
XMLString data)
Scans a processing data.
|
String |
XMLScanner.scanPseudoAttribute(boolean scanningTextDecl,
XMLString value)
Scans a pseudo attribute.
|
protected boolean |
XML11DocumentScannerImpl.scanPubidLiteral(XMLString literal)
Scans public ID literal
|
protected boolean |
XML11DTDScannerImpl.scanPubidLiteral(XMLString literal)
Scans public ID literal
|
protected boolean |
XMLScanner.scanPubidLiteral(XMLString literal)
Scans public ID literal
|
| Modifier and Type | Method and Description |
|---|---|
void |
DTDGrammar.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
XMLDTDProcessor.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
XMLDTDValidator.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
DTDGrammar.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDTDProcessor.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDTDValidator.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(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
XMLDTDProcessor.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
DTDGrammar.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDTDProcessor.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDTDValidator.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLString |
XMLSchemaValidator.fDefaultValue |
| Modifier and Type | Method and Description |
|---|---|
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(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultXMLDocumentHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
An attribute declaration.
|
void |
DefaultXMLDocumentHandler.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
SchemaDOMParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
DefaultXMLDocumentHandler.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
SchemaDOMParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DefaultXMLDocumentHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
SchemaDOMParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
DefaultXMLDocumentHandler.ignoredCharacters(XMLString text,
Augmentations augmentations)
Characters within an IGNORE conditional section.
|
void |
DefaultXMLDocumentHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
DefaultXMLDocumentHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
SchemaDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDOMParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
AbstractSAXParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
AbstractXMLDocumentParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
DTDParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
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 |
AbstractSAXParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractXMLDocumentParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DTDParser.comment(XMLString text,
Augmentations augmentations)
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(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
AbstractSAXParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
AbstractXMLDocumentParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
DTDParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
AbstractDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractSAXParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractXMLDocumentParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
DTDParser.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLStringBuffer
XMLString is a structure used to pass character arrays.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XMLAttributesImpl.addAttribute(QName name,
String type,
String value,
XMLString valueCache) |
void |
XMLStringBuffer.append(XMLString s)
append
|
void |
TeeXMLDocumentFilterImpl.characters(XMLString text,
Augmentations augs) |
void |
XMLDocumentFilterImpl.characters(XMLString text,
Augmentations augs) |
void |
TeeXMLDocumentFilterImpl.comment(XMLString text,
Augmentations augs) |
void |
XMLDocumentFilterImpl.comment(XMLString text,
Augmentations augs) |
void |
TeeXMLDocumentFilterImpl.ignorableWhitespace(XMLString text,
Augmentations augs) |
void |
XMLDocumentFilterImpl.ignorableWhitespace(XMLString text,
Augmentations augs) |
void |
TeeXMLDocumentFilterImpl.processingInstruction(String target,
XMLString data,
Augmentations augs) |
void |
XMLDocumentFilterImpl.processingInstruction(String target,
XMLString data,
Augmentations augs) |
void |
XMLAttributesImpl.setValue(int attrIndex,
String attrValue,
XMLString value) |
| Constructor and Description |
|---|
XMLStringBuffer(XMLString s)
Constructs a string buffer from the specified XMLString.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XIncludeHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations) |
void |
XIncludeHandler.characters(XMLString text,
Augmentations augs) |
void |
XPointerElementHandler.characters(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.comment(XMLString text,
Augmentations augs) |
void |
XPointerElementHandler.comment(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.ignorableWhitespace(XMLString text,
Augmentations augs) |
void |
XPointerElementHandler.ignorableWhitespace(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.ignoredCharacters(XMLString text,
Augmentations augmentations) |
void |
XIncludeHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations) |
void |
XIncludeHandler.processingInstruction(String target,
XMLString data,
Augmentations augs) |
void |
XPointerElementHandler.processingInstruction(String target,
XMLString data,
Augmentations augs) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDTDHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
An attribute declaration.
|
void |
XMLDocumentFragmentHandler.characters(XMLString text,
Augmentations augmentations)
Character content.
|
void |
XMLDocumentHandler.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
XMLDocumentFragmentHandler.comment(XMLString text,
Augmentations augmentations)
A comment.
|
void |
XMLDocumentHandler.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDTDHandler.comment(XMLString text,
Augmentations augmentations)
A comment.
|
void |
XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text,
Augmentations augmentations)
Ignorable whitespace.
|
void |
XMLDocumentHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
XMLDTDHandler.ignoredCharacters(XMLString text,
Augmentations augmentations)
Characters within an IGNORE conditional section.
|
void |
XMLDTDHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
XMLDocumentFragmentHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
void |
XMLDocumentHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDTDHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
void |
XMLAttributes.setValue(int attrIndex,
String attrValue,
XMLString value) |
void |
XMLString.setValues(XMLString s)
Initializes the contents of the XMLString structure with copies
of the given string structure.
|
| Constructor and Description |
|---|
XMLString(XMLString string)
Constructs an XMLString structure with copies of the values in
the given structure.
|
| Modifier and Type | Method and Description |
|---|---|
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(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
XMLEntityReader.scanContent(XMLString content)
CHANGED:
Scans a range of parsed character data, This function appends the character data to
the supplied buffer.
|
abstract int |
XMLEntityReader.scanLiteral(int quote,
XMLString content)
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DTDGrammarUtil.isIgnorableWhiteSpace(XMLString text) |
| Modifier and Type | Method and Description |
|---|---|
void |
DTDGrammar.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.