Uses of Class
com.adobe.epubcheck.xml.model.XMLElement
Packages that use XMLElement
Package
Description
-
Uses of XMLElement in com.adobe.epubcheck.ops
Methods in com.adobe.epubcheck.ops with parameters of type XMLElement -
Uses of XMLElement in com.adobe.epubcheck.xml.handlers
Fields in com.adobe.epubcheck.xml.handlers declared as XMLElementMethods in com.adobe.epubcheck.xml.handlers that return XMLElementModifier and TypeMethodDescriptionprotected final 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 XMLElementMethods in com.adobe.epubcheck.xml.model that return XMLElementConstructors in com.adobe.epubcheck.xml.model with parameters of type XMLElementModifierConstructorDescriptionXMLElement(String namespace, String prefix, String name, XMLAttribute[] attributes, XMLElement parent)