Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » parsers » [javadoc | source]
org.apache.xerces.parsers
static final class: DOMParserImpl.AbortHandler [javadoc | source]
java.lang.Object
   org.apache.xerces.parsers.DOMParserImpl$AbortHandler

All Implemented Interfaces:
    XMLDocumentHandler, XMLDTDContentModelHandler, XMLDTDHandler

Method from org.apache.xerces.parsers.DOMParserImpl$AbortHandler Summary:
any,   attributeDecl,   characters,   comment,   doctypeDecl,   element,   elementDecl,   empty,   emptyElement,   endAttlist,   endCDATA,   endConditional,   endContentModel,   endDTD,   endDocument,   endElement,   endExternalSubset,   endGeneralEntity,   endGroup,   endParameterEntity,   externalEntityDecl,   getDTDContentModelSource,   getDTDSource,   getDocumentSource,   ignorableWhitespace,   ignoredCharacters,   internalEntityDecl,   notationDecl,   occurrence,   pcdata,   processingInstruction,   separator,   setDTDContentModelSource,   setDTDSource,   setDocumentSource,   startAttlist,   startCDATA,   startConditional,   startContentModel,   startDTD,   startDocument,   startElement,   startExternalSubset,   startGeneralEntity,   startGroup,   startParameterEntity,   textDecl,   unparsedEntityDecl,   xmlDecl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.parsers.DOMParserImpl$AbortHandler Detail:
 public  void any(Augmentations augmentations) throws XNIException 
 public  void attributeDecl(String elementName,
    String attributeName,
    String type,
    String[] enumeration,
    String defaultType,
    XMLString defaultValue,
    XMLString nonNormalizedDefaultValue,
    Augmentations augmentations) throws XNIException 
 public  void characters(XMLString text,
    Augmentations augs) throws XNIException 
 public  void comment(XMLString text,
    Augmentations augs) throws XNIException 
 public  void doctypeDecl(String rootElement,
    String publicId,
    String systemId,
    Augmentations augs) throws XNIException 
 public  void element(String elementName,
    Augmentations augmentations) throws XNIException 
 public  void elementDecl(String name,
    String contentModel,
    Augmentations augmentations) throws XNIException 
 public  void empty(Augmentations augmentations) throws XNIException 
 public  void emptyElement(QName element,
    XMLAttributes attributes,
    Augmentations augs) throws XNIException 
 public  void endAttlist(Augmentations augmentations) throws XNIException 
 public  void endCDATA(Augmentations augs) throws XNIException 
 public  void endConditional(Augmentations augmentations) throws XNIException 
 public  void endContentModel(Augmentations augmentations) throws XNIException 
 public  void endDTD(Augmentations augmentations) throws XNIException 
 public  void endDocument(Augmentations augs) throws XNIException 
 public  void endElement(QName element,
    Augmentations augs) throws XNIException 
 public  void endExternalSubset(Augmentations augmentations) throws XNIException 
 public  void endGeneralEntity(String name,
    Augmentations augs) throws XNIException 
 public  void endGroup(Augmentations augmentations) throws XNIException 
 public  void endParameterEntity(String name,
    Augmentations augmentations) throws XNIException 
 public  void externalEntityDecl(String name,
    XMLResourceIdentifier identifier,
    Augmentations augmentations) throws XNIException 
 public XMLDTDContentModelSource getDTDContentModelSource() 
 public XMLDTDSource getDTDSource() 
 public XMLDocumentSource getDocumentSource() 
 public  void ignorableWhitespace(XMLString text,
    Augmentations augs) throws XNIException 
 public  void ignoredCharacters(XMLString text,
    Augmentations augmentations) throws XNIException 
 public  void internalEntityDecl(String name,
    XMLString text,
    XMLString nonNormalizedText,
    Augmentations augmentations) throws XNIException 
 public  void notationDecl(String name,
    XMLResourceIdentifier identifier,
    Augmentations augmentations) throws XNIException 
 public  void occurrence(short occurrence,
    Augmentations augmentations) throws XNIException 
 public  void pcdata(Augmentations augmentations) throws XNIException 
 public  void processingInstruction(String target,
    XMLString data,
    Augmentations augs) throws XNIException 
 public  void separator(short separator,
    Augmentations augmentations) throws XNIException 
 public  void setDTDContentModelSource(XMLDTDContentModelSource source) 
 public  void setDTDSource(XMLDTDSource source) 
 public  void setDocumentSource(XMLDocumentSource source) 
 public  void startAttlist(String elementName,
    Augmentations augmentations) throws XNIException 
 public  void startCDATA(Augmentations augs) throws XNIException 
 public  void startConditional(short type,
    Augmentations augmentations) throws XNIException 
 public  void startContentModel(String elementName,
    Augmentations augmentations) throws XNIException 
 public  void startDTD(XMLLocator locator,
    Augmentations augmentations) throws XNIException 
 public  void startDocument(XMLLocator locator,
    String encoding,
    NamespaceContext namespaceContext,
    Augmentations augs) throws XNIException 
 public  void startElement(QName element,
    XMLAttributes attributes,
    Augmentations augs) throws XNIException 
 public  void startExternalSubset(XMLResourceIdentifier identifier,
    Augmentations augmentations) throws XNIException 
 public  void startGeneralEntity(String name,
    XMLResourceIdentifier identifier,
    String encoding,
    Augmentations augs) throws XNIException 
 public  void startGroup(Augmentations augmentations) throws XNIException 
 public  void startParameterEntity(String name,
    XMLResourceIdentifier identifier,
    String encoding,
    Augmentations augmentations) throws XNIException 
 public  void textDecl(String version,
    String encoding,
    Augmentations augs) throws XNIException 
 public  void unparsedEntityDecl(String name,
    XMLResourceIdentifier identifier,
    String notation,
    Augmentations augmentations) throws XNIException 
 public  void xmlDecl(String version,
    String encoding,
    String standalone,
    Augmentations augs) throws XNIException