Uses of Class
com.adobe.epubcheck.xml.model.XMLElement
-
Packages that use XMLElement Package Description com.adobe.epubcheck.ops com.adobe.epubcheck.xml.handlers com.adobe.epubcheck.xml.model -
-
Uses of XMLElement in com.adobe.epubcheck.ops
Methods in com.adobe.epubcheck.ops with parameters of type XMLElement Modifier and Type Method Description protected voidOPSHandler30. processAnchor(XMLElement e) -
Uses of XMLElement in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as XMLElement Modifier and Type Field Description private XMLElementXMLHandler. currentElementMethods in com.adobe.epubcheck.xml.handlers that return XMLElement Modifier and Type Method Description protected XMLElementXMLHandler. currentElement()Return the currently parsed element, ornullif the parser is not yet parsing an element. -
Uses of XMLElement in com.adobe.epubcheck.xml.model
Fields in com.adobe.epubcheck.xml.model declared as XMLElement Modifier and Type Field Description private XMLElementXMLElement. parentMethods in com.adobe.epubcheck.xml.model that return XMLElement Modifier and Type Method Description XMLElementXMLElement. getParent()Constructors in com.adobe.epubcheck.xml.model with parameters of type XMLElement Constructor Description XMLElement(java.lang.String namespace, java.lang.String prefix, java.lang.String name, XMLAttribute[] attributes, XMLElement parent)
-