| java.lang.Object org.apache.xerces.impl.dtd.XMLDTDValidator org.apache.xerces.impl.dtd.XML11DTDValidator
All known Subclasses: org.apache.xerces.impl.dtd.XML11NSDTDValidator,
XML11DTDValidator | public class XML11DTDValidator extends XMLDTDValidator (Code) | | This allows the validator to correctlyhandle XML 1.1
documents.
author: Neil Graham version: $Id: XML11DTDValidator.java 446755 2006-09-15 21:56:27Z mrglavas $ |
DTD_VALIDATOR_PROPERTY | final protected static String DTD_VALIDATOR_PROPERTY(Code) | | |
XML11DTDValidator | public XML11DTDValidator()(Code) | | Default constructor.
|
init | protected void init()(Code) | | |
Methods inherited from org.apache.xerces.impl.dtd.XMLDTDValidator | protected void addDTDDefaultAttrsAndValidate(QName elementName, int elementIndex, XMLAttributes attributes) throws XNIException(Code)(Java Doc) public boolean characterData(String data, Augmentations augs)(Code)(Java Doc) public void characters(XMLString text, Augmentations augs) throws XNIException(Code)(Java Doc) public void comment(XMLString text, Augmentations augs) throws XNIException(Code)(Java Doc) public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) throws XNIException(Code)(Java Doc) public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException(Code)(Java Doc) public void endCDATA(Augmentations augs) throws XNIException(Code)(Java Doc) public void endDocument(Augmentations augs) throws XNIException(Code)(Java Doc) public void endElement(QName element, Augmentations augs) throws XNIException(Code)(Java Doc) public void endGeneralEntity(String name, Augmentations augs) throws XNIException(Code)(Java Doc) protected void endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)(Code)(Java Doc) public XMLDocumentHandler getDocumentHandler()(Code)(Java Doc) public XMLDocumentSource getDocumentSource()(Code)(Java Doc) protected String getExternalEntityRefInAttrValue(String nonNormalizedValue)(Code)(Java Doc) public Boolean getFeatureDefault(String featureId)(Code)(Java Doc) DTDGrammarBucket getGrammarBucket()(Code)(Java Doc) public Object getPropertyDefault(String propertyId)(Code)(Java Doc) public String[] getRecognizedFeatures()(Code)(Java Doc) public String[] getRecognizedProperties()(Code)(Java Doc) protected void handleEndElement(QName element, Augmentations augs, boolean isEmpty) throws XNIException(Code)(Java Doc) protected boolean handleStartElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException(Code)(Java Doc) final public boolean hasGrammar()(Code)(Java Doc) public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException(Code)(Java Doc) protected void init()(Code)(Java Doc) protected boolean invalidStandaloneAttDef(QName element, QName attribute)(Code)(Java Doc) protected boolean isSpace(int c)(Code)(Java Doc) public void processingInstruction(String target, XMLString data, Augmentations augs) throws XNIException(Code)(Java Doc) public void reset(XMLComponentManager componentManager) throws XMLConfigurationException(Code)(Java Doc) public void setDocumentHandler(XMLDocumentHandler documentHandler)(Code)(Java Doc) public void setDocumentSource(XMLDocumentSource source)(Code)(Java Doc) public void setFeature(String featureId, boolean state) throws XMLConfigurationException(Code)(Java Doc) public void setProperty(String propertyId, Object value) throws XMLConfigurationException(Code)(Java Doc) public void startCDATA(Augmentations augs) throws XNIException(Code)(Java Doc) public void startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) throws XNIException(Code)(Java Doc) public void startElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException(Code)(Java Doc) public void startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) throws XNIException(Code)(Java Doc) protected void startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)(Code)(Java Doc) public void textDecl(String version, String encoding, Augmentations augs) throws XNIException(Code)(Java Doc) final public boolean validate()(Code)(Java Doc) protected void validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl) throws XNIException(Code)(Java Doc) public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException(Code)(Java Doc)
|
|
|