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)
ParsingFactory
Element
associated
to a name.getElement
in interface ParsingFactory
name
- the name of an element type.Element
object.public Attribute getAttribute(MutableString name)
ParsingFactory
Attribute
associated
to a name.getAttribute
in interface ParsingFactory
name
- the name of an attribute.Attribute
object.public Entity getEntity(MutableString name)
ParsingFactory
Entity
associated
to a name.getEntity
in interface ParsingFactory
name
- the name of an entity.Entity
object.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.