Interface NGCCEventReceiver
- All Known Implementing Classes:
annotation,attributeDeclBody,attributeGroupDecl,attributeUses,complexType,complexType_complexContent_body,elementDeclBody,erSet,ersSet,facet,foreignAttributes,group,identityConstraint,importDecl,includeDecl,modelGroupBody,NGCCHandler,NGCCInterleaveFilter,notation,occurs,particle,qname,qualification,redefine,Schema,simpleType,SimpleType_List,SimpleType_Restriction,SimpleType_Union,wildcardBody,xpath
public interface NGCCEventReceiver
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterAttribute(String uri, String localName, String qname) voidenterElement(String uri, String localName, String qname, Attributes atts) voidleaveAttribute(String uri, String localName, String qname) voidleaveElement(String uri, String localName, String qname) void
-
Method Details
-
enterElement
- Throws:
SAXException
-
leaveElement
- Throws:
SAXException
-
text
- Throws:
SAXException
-
enterAttribute
- Throws:
SAXException
-
leaveAttribute
- Throws:
SAXException
-