|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLString in weblogic.apache.xerces.impl |
---|
Methods in weblogic.apache.xerces.impl with parameters of type XMLString | |
---|---|
void |
XMLNamespaceBinder.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
XMLNamespaceBinder.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
XMLNamespaceBinder.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
protected void |
XMLScanner.normalizeWhitespace(XMLString value)
Deprecated. Normalize whitespace in an XMLString converting all whitespace characters to space characters. |
protected void |
XML11DTDScannerImpl.normalizeWhitespace(XMLString value)
Deprecated. Normalize whitespace in an XMLString converting all whitespace characters to space characters. |
protected void |
XML11DocumentScannerImpl.normalizeWhitespace(XMLString value)
Deprecated. Normalize whitespace in an XMLString converting all whitespace characters to space characters. |
void |
XMLNamespaceBinder.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
protected String |
XMLDTDScannerImpl.scanAttDefaultDecl(String elName,
String atName,
String type,
XMLString defaultVal,
XMLString nonNormalizedDefaultVal)
Deprecated. Scans an attribute default declaration |
protected void |
XMLScanner.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
XMLAttributes attributes,
int attrIndex,
boolean checkEntities)
Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters. |
protected void |
XML11DocumentScannerImpl.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
XMLAttributes attributes,
int attrIndex,
boolean checkEntities)
Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters. |
abstract int |
XMLEntityScanner.scanContent(XMLString content)
Deprecated. Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately. |
int |
XMLEntityManager.EntityScanner.scanContent(XMLString content)
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately. |
int |
XML11EntityManager.XML11EntityScanner.scanContent(XMLString content)
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately. |
abstract boolean |
XMLEntityScanner.scanData(String delimiter,
XMLString data)
Deprecated. Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately. |
boolean |
XMLEntityManager.EntityScanner.scanData(String delimiter,
XMLString data)
Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately. |
boolean |
XML11EntityManager.XML11EntityScanner.scanData(String delimiter,
XMLString data)
Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately. |
protected void |
XMLDTDScannerImpl.scanEntityValue(XMLString value,
XMLString nonNormalizedValue)
Deprecated. Scans an entity value. |
abstract int |
XMLEntityScanner.scanLiteral(int quote,
XMLString content)
Deprecated. Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately. |
int |
XMLEntityManager.EntityScanner.scanLiteral(int quote,
XMLString content)
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately. |
int |
XML11EntityManager.XML11EntityScanner.scanLiteral(int quote,
XMLString content)
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately. |
protected void |
XMLScanner.scanPIData(String target,
XMLString data)
Deprecated. Scans a processing data. |
protected void |
XMLDTDScannerImpl.scanPIData(String target,
XMLString data)
Deprecated. Scans a processing data. |
protected void |
XMLDocumentFragmentScannerImpl.scanPIData(String target,
XMLString data)
Deprecated. Scans a processing data. |
String |
XMLScanner.scanPseudoAttribute(boolean scanningTextDecl,
XMLString value)
Deprecated. Scans a pseudo attribute. |
protected boolean |
XMLScanner.scanPubidLiteral(XMLString literal)
Deprecated. Scans public ID literal. |
protected boolean |
XML11DTDScannerImpl.scanPubidLiteral(XMLString literal)
Deprecated. Scans public ID literal. |
protected boolean |
XML11DocumentScannerImpl.scanPubidLiteral(XMLString literal)
Deprecated. Scans public ID literal. |
Uses of XMLString in weblogic.apache.xerces.impl.dtd |
---|
Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLString | |
---|---|
void |
XMLDTDProcessor.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
DTDGrammar.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
XMLDTDValidator.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
XMLDTDValidator.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
XMLDTDProcessor.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
DTDGrammar.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
XMLDTDValidator.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
XMLDTDProcessor.ignoredCharacters(XMLString text,
Augmentations augs)
Deprecated. Characters within an IGNORE conditional section. |
void |
DTDGrammar.ignoredCharacters(XMLString text,
Augmentations augs)
Deprecated. Characters within an IGNORE conditional section. |
void |
XMLDTDProcessor.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
DTDGrammar.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
XMLDTDValidator.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
XMLDTDProcessor.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
DTDGrammar.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
Uses of XMLString in weblogic.apache.xerces.impl.xs |
---|
Fields in weblogic.apache.xerces.impl.xs declared as XMLString | |
---|---|
protected XMLString |
XMLSchemaValidator.fDefaultValue
Deprecated. |
Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLString | |
---|---|
void |
XMLSchemaValidator.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
XMLSchemaValidator.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
XMLSchemaValidator.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
XMLSchemaValidator.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
Uses of XMLString in weblogic.apache.xerces.parsers |
---|
Methods in weblogic.apache.xerces.parsers with parameters of type XMLString | |
---|---|
void |
DTDParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
Deprecated. An attribute declaration. |
void |
AbstractXMLDocumentPullParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
AbstractXMLDocumentParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
AbstractSAXPullParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
AbstractSAXParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
AbstractDOMParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
Deprecated. An attribute declaration. |
void |
AbstractXMLDocumentPullParser.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
AbstractXMLDocumentParser.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
AbstractSAXPullParser.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
AbstractSAXParser.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
AbstractDOMParser.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
DTDParser.comment(XMLString text,
Augmentations augmentations)
Deprecated. A comment. |
void |
AbstractXMLDocumentPullParser.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
AbstractXMLDocumentParser.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
AbstractSAXPullParser.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
AbstractSAXParser.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
AbstractDOMParser.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
AbstractXMLDocumentPullParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
AbstractXMLDocumentParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
AbstractSAXPullParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
AbstractSAXParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
AbstractDOMParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
AbstractXMLDocumentPullParser.ignoredCharacters(XMLString text,
Augmentations augs)
Deprecated. Characters within an IGNORE conditional section. |
void |
AbstractXMLDocumentParser.ignoredCharacters(XMLString text,
Augmentations augs)
Deprecated. Characters within an IGNORE conditional section. |
void |
AbstractDOMParser.ignoredCharacters(XMLString text,
Augmentations augs)
Deprecated. Characters within an IGNORE conditional section. |
void |
DTDParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
Deprecated. An internal entity declaration. |
void |
AbstractXMLDocumentPullParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
AbstractXMLDocumentParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
AbstractSAXPullParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
AbstractSAXParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
AbstractDOMParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
Deprecated. An internal entity declaration. |
void |
DTDParser.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
Deprecated. A processing instruction. |
void |
AbstractXMLDocumentPullParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
AbstractXMLDocumentParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
AbstractSAXPullParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
AbstractSAXParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
AbstractDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
Uses of XMLString in weblogic.apache.xerces.util |
---|
Subclasses of XMLString in weblogic.apache.xerces.util | |
---|---|
class |
XMLStringBuffer
Deprecated. please use JDK supplied XML parsers and transformers |
Methods in weblogic.apache.xerces.util with parameters of type XMLString | |
---|---|
void |
XMLStringBuffer.append(XMLString s)
Deprecated. append |
Constructors in weblogic.apache.xerces.util with parameters of type XMLString | |
---|---|
XMLStringBuffer(XMLString s)
Deprecated. Constructs a string buffer from the specified XMLString. |
Uses of XMLString in weblogic.apache.xerces.xni |
---|
Methods in weblogic.apache.xerces.xni with parameters of type XMLString | |
---|---|
void |
XMLDTDHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
Deprecated. An attribute declaration. |
void |
XMLDocumentHandler.characters(XMLString text,
Augmentations augs)
Deprecated. Character content. |
void |
XMLDocumentFragmentHandler.characters(XMLString text,
Augmentations augmentations)
Deprecated. Character content. |
void |
XMLDTDHandler.comment(XMLString text,
Augmentations augmentations)
Deprecated. A comment. |
void |
XMLDocumentHandler.comment(XMLString text,
Augmentations augs)
Deprecated. A comment. |
void |
XMLDocumentFragmentHandler.comment(XMLString text,
Augmentations augmentations)
Deprecated. A comment. |
void |
XMLDocumentHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Deprecated. Ignorable whitespace. |
void |
XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text,
Augmentations augmentations)
Deprecated. Ignorable whitespace. |
void |
XMLDTDHandler.ignoredCharacters(XMLString text,
Augmentations augmentations)
Deprecated. Characters within an IGNORE conditional section. |
void |
XMLDTDHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
Deprecated. An internal entity declaration. |
void |
XMLDTDHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
Deprecated. A processing instruction. |
void |
XMLDocumentHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
Deprecated. A processing instruction. |
void |
XMLDocumentFragmentHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
Deprecated. A processing instruction. |
void |
XMLString.setValues(XMLString s)
Deprecated. Initializes the contents of the XMLString structure with copies of the given string structure. |
Constructors in weblogic.apache.xerces.xni with parameters of type XMLString | |
---|---|
XMLString(XMLString string)
Deprecated. Constructs an XMLString structure with copies of the values in the given structure. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |