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