public abstract class XmlSchemaObject extends Object
Modifier | Constructor and Description |
---|---|
protected |
XmlSchemaObject()
Creates new XmlSchemaObject
|
Modifier and Type | Method and Description |
---|---|
void |
addMetaInfo(Object key,
Object value)
Add a value to the meta info map
will be initialized if not used
previously
|
boolean |
equals(Object what) |
int |
getLineNumber() |
int |
getLinePosition() |
Map |
getMetaInfoMap()
returns the metainfo map.
|
String |
getSourceURI() |
void |
setLineNumber(int lineNumber) |
void |
setLinePosition(int linePosition) |
void |
setMetaInfoMap(Map metaInfoMap)
Directly set the meta info map into the schema element
|
void |
setSourceURI(String sourceURI) |
String |
toString(String prefix,
int tab) |
public Map getMetaInfoMap()
public void setMetaInfoMap(Map metaInfoMap)
metaInfoMap
- public void addMetaInfo(Object key, Object value)
key
- value
- public int getLineNumber()
public void setLineNumber(int lineNumber)
public int getLinePosition()
public void setLinePosition(int linePosition)
public String getSourceURI()
public void setSourceURI(String sourceURI)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.