Uses of Class
org.ow2.easywsdl.schema.api.XmlException
-
Packages that use XmlException Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.api org.ow2.easywsdl.schema.api.abstractElmt org.ow2.easywsdl.schema.decorator -
-
Uses of XmlException in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that throw XmlException Modifier and Type Method Description Map<QName,String>DefaultSchemaImpl. getOtherAttributes() -
Uses of XmlException in org.ow2.easywsdl.schema.api
Subclasses of XmlException in org.ow2.easywsdl.schema.api Modifier and Type Class Description classSchemaExceptionMethods in org.ow2.easywsdl.schema.api that throw XmlException Modifier and Type Method Description Map<QName,String>SchemaElement. getOtherAttributes()Get the map containing all the attributes defined on this element.List<Element>XMLElement. getOtherElements() -
Uses of XmlException in org.ow2.easywsdl.schema.api.abstractElmt
Methods in org.ow2.easywsdl.schema.api.abstractElmt that throw XmlException Modifier and Type Method Description Map<QName,String>AbstractSchemaElementImpl. getOtherAttributes()Get the map containing all the attributes defined on this element. -
Uses of XmlException in org.ow2.easywsdl.schema.decorator
Methods in org.ow2.easywsdl.schema.decorator that throw XmlException Modifier and Type Method Description Map<QName,String>Decorator. getOtherAttributes()
-