Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLString
-
-
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as XMLString Modifier and Type Field Description static XMLStringDOMNormalizer. EMPTY_STRINGEmpty string to pass to the validator.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLString Modifier and Type Method Description voidDOMNormalizer. characters(XMLString text, Augmentations augs)Character content.voidDOMNormalizer. comment(XMLString text, Augmentations augs)A comment.voidDOMNormalizer. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDOMNormalizer. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLString Modifier and Type Field Description protected XMLStringXMLDocumentFragmentScannerImpl. fTempStringString.protected XMLStringXMLDocumentFragmentScannerImpl. fTempString2String.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLString Modifier and Type Method Description voidXMLNamespaceBinder. characters(XMLString text, Augmentations augs)Character content.voidXMLNamespaceBinder. comment(XMLString text, Augmentations augs)A comment.voidXMLNamespaceBinder. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.protected intXML11DocumentScannerImpl. isUnchangedByNormalization(XMLString value)Checks whether this string would be unchanged by normalization.protected intXML11DTDScannerImpl. isUnchangedByNormalization(XMLString value)Checks whether this string would be unchanged by normalization.protected intXMLScanner. isUnchangedByNormalization(XMLString value)Checks whether this string would be unchanged by normalization.protected voidXML11DocumentScannerImpl. normalizeWhitespace(XMLString value)Normalize whitespace in an XMLString converting all whitespace characters to space characters.protected voidXML11DocumentScannerImpl. normalizeWhitespace(XMLString value, int fromIndex)Normalize whitespace in an XMLString converting all whitespace characters to space characters.protected voidXML11DTDScannerImpl. normalizeWhitespace(XMLString value)Normalize whitespace in an XMLString converting all whitespace characters to space characters.protected voidXML11DTDScannerImpl. normalizeWhitespace(XMLString value, int fromIndex)Normalize whitespace in an XMLString converting all whitespace characters to space characters.protected voidXMLScanner. normalizeWhitespace(XMLString value)Normalize whitespace in an XMLString converting all whitespace characters to space characters.protected voidXMLScanner. normalizeWhitespace(XMLString value, int fromIndex)Normalize whitespace in an XMLString converting all whitespace characters to space characters.voidXMLNamespaceBinder. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.protected StringXMLDTDScannerImpl. scanAttDefaultDecl(String elName, String atName, String type, XMLString defaultVal, XMLString nonNormalizedDefaultVal)Scans an attribute default declarationprotected booleanXML11DocumentScannerImpl. scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, boolean checkEntities, String eleName)Scans an attribute value and normalizes whitespace converting all whitespace characters to space charactersprotected booleanXMLScanner. scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, boolean checkEntities, String eleName)Scans an attribute value and normalizes whitespace converting all whitespace characters to space charactersintXML11EntityScanner. scanContent(XMLString content)Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.intXMLEntityScanner. scanContent(XMLString content)Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.protected intXMLDTDScannerImpl. scanEntityValue(XMLString value, XMLString nonNormalizedValue)Scans an entity value.intXML11EntityScanner. scanLiteral(int quote, XMLString content)Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.intXMLEntityScanner. scanLiteral(int quote, XMLString content)Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.protected voidXMLDocumentFragmentScannerImpl. scanPIData(String target, XMLString data)Scans a processing data.protected voidXMLDTDScannerImpl. scanPIData(String target, XMLString data)Scans a processing data.protected voidXMLScanner. scanPIData(String target, XMLString data)Scans a processing data.StringXMLScanner. scanPseudoAttribute(boolean scanningTextDecl, XMLString value)Scans a pseudo attribute.protected booleanXML11DocumentScannerImpl. scanPubidLiteral(XMLString literal)Scans public ID literalprotected booleanXML11DTDScannerImpl. scanPubidLiteral(XMLString literal)Scans public ID literalprotected booleanXMLScanner. scanPubidLiteral(XMLString literal)Scans public ID literal -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLString Modifier and Type Method Description voidDTDGrammar. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidXMLDTDProcessor. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidXMLDTDValidator. characters(XMLString text, Augmentations augs)Character content.voidDTDGrammar. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDProcessor. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDValidator. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDValidator. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDTDGrammar. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidXMLDTDProcessor. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidDTDGrammar. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidXMLDTDProcessor. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidDTDGrammar. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDProcessor. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDValidator. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XMLString Modifier and Type Field Description protected XMLStringXMLSchemaValidator. fDefaultValueMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLString Modifier and Type Method Description voidXMLSchemaValidator. characters(XMLString text, Augmentations augs)Character content.voidXMLSchemaValidator. comment(XMLString text, Augmentations augs)A comment.voidXMLSchemaValidator. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidXMLSchemaValidator. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLString Modifier and Type Method Description voidDefaultXMLDocumentHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidDefaultXMLDocumentHandler. characters(XMLString text, Augmentations augs)Character content.voidSchemaDOMParser. characters(XMLString text, Augmentations augs)Character content.voidDefaultXMLDocumentHandler. comment(XMLString text, Augmentations augs)A comment.voidSchemaDOMParser. comment(XMLString text, Augmentations augs)A comment.voidDefaultXMLDocumentHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidSchemaDOMParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDefaultXMLDocumentHandler. ignoredCharacters(XMLString text, Augmentations augmentations)Characters within an IGNORE conditional section.voidDefaultXMLDocumentHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidDefaultXMLDocumentHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidSchemaDOMParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLString Modifier and Type Method Description voidAbstractDOMParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidAbstractSAXParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidAbstractXMLDocumentParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidDTDParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidAbstractDOMParser. characters(XMLString text, Augmentations augs)Character content.voidAbstractSAXParser. characters(XMLString text, Augmentations augs)Character content.voidAbstractXMLDocumentParser. characters(XMLString text, Augmentations augs)Character content.voidAbstractDOMParser. comment(XMLString text, Augmentations augs)A comment.voidAbstractSAXParser. comment(XMLString text, Augmentations augs)A comment.voidAbstractXMLDocumentParser. comment(XMLString text, Augmentations augs)A comment.voidDTDParser. comment(XMLString text, Augmentations augmentations)A comment.voidAbstractDOMParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractSAXParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractXMLDocumentParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractDOMParser. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidAbstractXMLDocumentParser. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidAbstractDOMParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidAbstractSAXParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidAbstractXMLDocumentParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidDTDParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidAbstractDOMParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractSAXParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractXMLDocumentParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidDTDParser. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Subclasses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util Modifier and Type Class Description classXMLStringBufferXMLString is a structure used to pass character arrays.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLString Modifier and Type Method Description voidXMLStringBuffer. append(XMLString s)appendConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLString Constructor Description XMLStringBuffer(XMLString s)Constructs a string buffer from the specified XMLString. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLString Modifier and Type Method Description voidXIncludeHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)voidXIncludeHandler. characters(XMLString text, Augmentations augs)voidXIncludeHandler. comment(XMLString text, Augmentations augs)voidXIncludeHandler. ignorableWhitespace(XMLString text, Augmentations augs)voidXIncludeHandler. ignoredCharacters(XMLString text, Augmentations augmentations)voidXIncludeHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)voidXIncludeHandler. processingInstruction(String target, XMLString data, Augmentations augs) -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLString Modifier and Type Method Description voidXMLDTDHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidXMLDocumentFragmentHandler. characters(XMLString text, Augmentations augmentations)Character content.voidXMLDocumentHandler. characters(XMLString text, Augmentations augs)Character content.voidXMLDocumentFragmentHandler. comment(XMLString text, Augmentations augmentations)A comment.voidXMLDocumentHandler. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDHandler. comment(XMLString text, Augmentations augmentations)A comment.voidXMLDocumentFragmentHandler. ignorableWhitespace(XMLString text, Augmentations augmentations)Ignorable whitespace.voidXMLDocumentHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidXMLDTDHandler. ignoredCharacters(XMLString text, Augmentations augmentations)Characters within an IGNORE conditional section.voidXMLDTDHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidXMLDocumentFragmentHandler. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction.voidXMLDocumentHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDHandler. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction.voidXMLString. setValues(XMLString s)Initializes the contents of the XMLString structure with copies of the given string structure.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLString Constructor Description XMLString(XMLString string)Constructs an XMLString structure with copies of the values in the given structure. -
Uses of XMLString in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type XMLString Modifier and Type Method Description voidXPointerHandler. characters(XMLString text, Augmentations augs)Character content.voidXPointerHandler. comment(XMLString text, Augmentations augs)If the comment is a child of a matched element, then pass else return.voidXPointerHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidXPointerHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.
-