Searched refs:fSystemId (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLInputSource.java51 protected String fSystemId; field in class:XMLInputSource
87 fSystemId = systemId;
101 fSystemId = resourceIdentifier.getLiteralSystemId();
124 fSystemId = systemId;
150 fSystemId = systemId;
180 fSystemId = systemId;
185 return fSystemId;
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DNotationDeclarationImpl.java41 String fSystemId = null; field in class:NotationDeclarationImpl
51 this.fSystemId = systemId;
58 this.fSystemId = notation.systemId;
71 return fSystemId;
79 this.fSystemId = systemId;
95 } else if (fSystemId != null) {
98 writer.write(fSystemId);
H A DStartDocumentEvent.java42 protected String fSystemId; field in class:StartDocumentEvent
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMOutputImpl.java61 protected String fSystemId = null; field in class:DOMOutputImpl
127 return fSystemId;
140 fSystemId = systemId;
H A DDOMInputImpl.java70 protected String fSystemId = null; field in class:DOMInputImpl
108 fSystemId = systemId;
134 fSystemId = systemId;
163 fSystemId = systemId;
191 fSystemId = systemId;
335 return fSystemId;
352 fSystemId = systemId;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSNotationDecl.java48 public String fSystemId = null; field in class:XSNotationDecl
85 return fSystemId;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDNotationTraverser.java83 notation.fSystemId = systemAttr;

Completed in 33 milliseconds