Uses of Class
org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Packages that use XMLAttributesImpl Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.xerces.util Stuff taken, adapted, and simplified from the latest xerces code. -
-
Uses of XMLAttributesImpl in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLAttributesImpl Modifier and Type Field Description private XMLAttributesImplHTMLScanner.ContentScanner. attributes_Attributes.Methods in org.htmlunit.cyberneko with parameters of type XMLAttributesImpl Modifier and Type Method Description protected intHTMLScanner.ContentScanner. scanAttribute(XMLAttributesImpl attributes, boolean[] empty)Scans a real attribute. -
Uses of XMLAttributesImpl in org.htmlunit.cyberneko.xerces.util
Constructors in org.htmlunit.cyberneko.xerces.util with parameters of type XMLAttributesImpl Constructor Description XMLAttributesImpl(XMLAttributesImpl attributes)Copy constructor.
-