Uses of Class
org.apache.abdera.util.XmlUtil.XMLVersion

Packages that use XmlUtil.XMLVersion
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.util   
 

Uses of XmlUtil.XMLVersion in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return XmlUtil.XMLVersion
 XmlUtil.XMLVersion Document.getXmlVersion()
          Get the XMLVersion used by this document
 

Uses of XmlUtil.XMLVersion in org.apache.abdera.parser.stax
 

Methods in org.apache.abdera.parser.stax that return XmlUtil.XMLVersion
 XmlUtil.XMLVersion FOMDocument.getXmlVersion()
           
 

Uses of XmlUtil.XMLVersion in org.apache.abdera.util
 

Methods in org.apache.abdera.util that return XmlUtil.XMLVersion
static XmlUtil.XMLVersion XmlUtil.getVersion(String version)
           
static XmlUtil.XMLVersion XmlUtil.XMLVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlUtil.XMLVersion[] XmlUtil.XMLVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.util with parameters of type XmlUtil.XMLVersion
static boolean XmlUtil.restricted(XmlUtil.XMLVersion version, char c)
           
static boolean XmlUtil.restricted(XmlUtil.XMLVersion version, int c)
           
 

Constructors in org.apache.abdera.util with parameters of type XmlUtil.XMLVersion
XmlRestrictedCharReader(InputStream in, String charset, XmlUtil.XMLVersion version)
           
XmlRestrictedCharReader(InputStream in, String charset, XmlUtil.XMLVersion version, char replacement)
           
XmlRestrictedCharReader(InputStream in, XmlUtil.XMLVersion version)
           
XmlRestrictedCharReader(InputStream in, XmlUtil.XMLVersion version, char replacement)
           
XmlRestrictedCharReader(Reader in, XmlUtil.XMLVersion version)
           
XmlRestrictedCharReader(Reader in, XmlUtil.XMLVersion version, char replacement)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.