Uses of Class
de.pdark.decentxml.XMLDeclaration
Packages that use XMLDeclaration
-
Uses of XMLDeclaration in de.pdark.decentxml
Fields in de.pdark.decentxml declared as XMLDeclarationMethods in de.pdark.decentxml that return XMLDeclarationModifier and TypeMethodDescriptionXMLDeclaration.copy()
XMLDeclaration.createClone()
protected XMLDeclaration
Document.createXMLDeclaration()
Document.getXmlDeclaration()
static XMLDeclaration
XMLDeclaration.parseXMLDeclaration
(ProcessingInstruction pi) XMLDeclaration.setEncoding
(String encoding) XMLDeclaration.setEncodingEquals
(String encodingEquals) XMLDeclaration.setEncodingQuote
(char encodingQuote) XMLDeclaration.setEncodingSpace
(String encodingSpace) XMLDeclaration.setPostSpace
(String postSpace) XMLDeclaration.setShowStandaloneNo
(boolean showStandaloneNo) XMLDeclaration.setStandalone
(boolean standalone) XMLDeclaration.setStandaloneEquals
(String standaloneEquals) XMLDeclaration.setStandaloneQuote
(char standaloneQuote) XMLDeclaration.setStandaloneSpace
(String standaloneSpace) XMLDeclaration.setVersion
(String version) XMLDeclaration.setVersionEquals
(String versionEquals) XMLDeclaration.setVersionQuote
(char versionQuote) XMLDeclaration.setVersionSpace
(String versionSpace) Methods in de.pdark.decentxml with parameters of type XMLDeclaration