public class WellFormedXmlFactory extends Object implements ParsingFactory
This factory assumes that every new name of an element type or of an
attribute is new valid name. For entities, instead, resolution is
deferred to HTMLFactory.
| Constructor and Description |
|---|
WellFormedXmlFactory() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute(MutableString name)
Returns the
Attribute associated
to a name. |
Element |
getElement(MutableString name)
Returns the
Element associated
to a name. |
Entity |
getEntity(MutableString name)
Returns the
Entity associated
to a name. |
public Element getElement(MutableString name)
ParsingFactoryElement associated
to a name.getElement in interface ParsingFactoryname - the name of an element type.Element object.public Attribute getAttribute(MutableString name)
ParsingFactoryAttribute associated
to a name.getAttribute in interface ParsingFactoryname - the name of an attribute.Attribute object.public Entity getEntity(MutableString name)
ParsingFactoryEntity associated
to a name.getEntity in interface ParsingFactoryname - the name of an entity.Entity object.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.